rfc3779: no need for err.h, but we do need asn1.h
authortb <tb@openbsd.org>
Wed, 18 Oct 2023 06:30:40 +0000 (06:30 +0000)
committertb <tb@openbsd.org>
Wed, 18 Oct 2023 06:30:40 +0000 (06:30 +0000)
usr.sbin/rpki-client/rfc3779.c

index 071dae8..6b993ad 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rfc3779.c,v 1.1 2023/10/13 12:06:49 job Exp $ */
+/*     $OpenBSD: rfc3779.c,v 1.2 2023/10/18 06:30:40 tb 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"