diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-19 06:39:22 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2022-05-19 06:39:22 +0000 |
commit | b7885aef8acd58d07cf400c448e689c0d6b0c1ab (patch) | |
tree | aa621c67d0fe7cbfdf4643a5cd94157f767e29a1 /regress | |
parent | 40403dafb8be53c282c0e3ddc971a0dce2eb9497 (diff) |
Deal with STACK_OF divergence between LibreSSL and OpenSSL
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.sbin/rpki-client/openssl11/unistd.h | 2 |
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 |