summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2022-05-19 06:39:22 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2022-05-19 06:39:22 +0000
commitb7885aef8acd58d07cf400c448e689c0d6b0c1ab (patch)
treeaa621c67d0fe7cbfdf4643a5cd94157f767e29a1 /regress
parent40403dafb8be53c282c0e3ddc971a0dce2eb9497 (diff)
Deal with STACK_OF divergence between LibreSSL and OpenSSL
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.sbin/rpki-client/openssl11/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/regress/usr.sbin/rpki-client/openssl11/unistd.h b/regress/usr.sbin/rpki-client/openssl11/unistd.h
index ec672f84364..337007a8fe9 100644
--- a/regress/usr.sbin/rpki-client/openssl11/unistd.h
+++ b/regress/usr.sbin/rpki-client/openssl11/unistd.h
@@ -7,7 +7,9 @@
#include_next <unistd.h>
#include <openssl/asn1.h>
+#include <openssl/stack.h>
int ASN1_time_parse(const char *, size_t, struct tm *, int);
int ASN1_time_tm_cmp(struct tm *, struct tm *);
+#define DECLARE_STACK_OF DEFINE_STACK_OF