From: tb Date: Wed, 21 Feb 2024 12:35:36 +0000 (+0000) Subject: Remove prototypes for tak_read() and ip_addr_cmp() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b79da5170adf1e5e8ca07214fa6916491d762e14;p=openbsd Remove prototypes for tak_read() and ip_addr_cmp() These functions never existed. ok claudio job --- diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h index 2eb167dc254..8a4f9b7df5a 100644 --- a/usr.sbin/rpki-client/extern.h +++ b/usr.sbin/rpki-client/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.204 2024/02/16 05:18:29 tb Exp $ */ +/* $OpenBSD: extern.h,v 1.205 2024/02/21 12:35:36 tb Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -652,7 +652,6 @@ void takey_free(struct takey *); void tak_free(struct tak *); struct tak *tak_parse(X509 **, const char *, int, const unsigned char *, size_t); -struct tak *tak_read(struct ibuf *); void aspa_buffer(struct ibuf *, const struct aspa *); void aspa_free(struct aspa *); @@ -708,7 +707,6 @@ int ip_addr_parse(const ASN1_BIT_STRING *, enum afi, const char *, struct ip_addr *); void ip_addr_print(const struct ip_addr *, enum afi, char *, size_t); -int ip_addr_cmp(const struct ip_addr *, const struct ip_addr *); int ip_addr_check_overlap(const struct cert_ip *, const char *, const struct cert_ip *, size_t, int); int ip_addr_check_covered(enum afi, const unsigned char *,