summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2021-03-18 14:03:42 +0000
committerclaudio <claudio@openbsd.org>2021-03-18 14:03:42 +0000
commit8a3c435df62c29ca89ecea0660d722821c928d79 (patch)
tree51c16aba816e3c958112e0f84991bfcb4f59190d /usr.sbin
parentRemove duplicate prototype. (diff)
downloadwireguard-openbsd-8a3c435df62c29ca89ecea0660d722821c928d79.tar.xz
wireguard-openbsd-8a3c435df62c29ca89ecea0660d722821c928d79.zip
Since the entity queues are per repo there is no need to store the repo id
anymore. OK job@ tb@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/rpki-client/extern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/extern.h b/usr.sbin/rpki-client/extern.h
index 002c62c1cc1..e6d6305a04c 100644
--- a/usr.sbin/rpki-client/extern.h
+++ b/usr.sbin/rpki-client/extern.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: extern.h,v 1.53 2021/03/05 17:15:19 claudio Exp $ */
+/* $OpenBSD: extern.h,v 1.54 2021/03/18 14:03:42 claudio Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -271,7 +271,6 @@ enum rtype {
struct entity {
enum rtype type; /* type of entity (not RTYPE_EOF) */
char *file; /* local path to file */
- ssize_t repo; /* repo index or <0 if w/o repo */
int has_pkey; /* whether pkey/sz is specified */
unsigned char *pkey; /* public key (optional) */
size_t pkeysz; /* public key length (optional) */