summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-02-21 12:35:37 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-02-21 12:35:37 +0000
commit9918dcc94896653f5a7da92ff623310727224add (patch)
tree843f2037d903d9e6c2628908553d38adc259b427 /usr.sbin
parent3e3b1125fec0628f9af3471a16315abbf9ad08b6 (diff)
Remove prototypes for tak_read() and ip_addr_cmp()
These functions never existed. ok claudio job
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpki-client/extern.h4
1 files changed, 1 insertions, 3 deletions
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 <kristaps@bsd.lv>
*
@@ -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 *,