artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c2613
)
rfc3779: no need for err.h, but we do need asn1.h
author
tb
<tb@openbsd.org>
Wed, 18 Oct 2023 06:30:40 +0000
(06:30 +0000)
committer
tb
<tb@openbsd.org>
Wed, 18 Oct 2023 06:30:40 +0000
(06:30 +0000)
usr.sbin/rpki-client/rfc3779.c
patch
|
blob
|
history
diff --git
a/usr.sbin/rpki-client/rfc3779.c
b/usr.sbin/rpki-client/rfc3779.c
index
071dae8
..
6b993ad
100644
(file)
--- a/
usr.sbin/rpki-client/rfc3779.c
+++ b/
usr.sbin/rpki-client/rfc3779.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: rfc3779.c,v 1.
1 2023/10/13 12:06:49 jo
b Exp $ */
+/* $OpenBSD: rfc3779.c,v 1.
2 2023/10/18 06:30:40 t
b Exp $ */
/*
* Copyright (c) 2021 Theo Buehler <tb@openbsd.org>
*
@@
-15,9
+15,9
@@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <err.h>
#include <stddef.h>
+#include <openssl/asn1.h>
#include <openssl/x509v3.h>
#include "extern.h"