From a06be341ed82db2e6a0dd67ed7522b5038a7219f Mon Sep 17 00:00:00 2001 From: tb Date: Thu, 19 May 2022 06:39:21 +0000 Subject: [PATCH] Deal with STACK_OF divergence between LibreSSL and OpenSSL --- regress/usr.sbin/rpki-client/openssl11/unistd.h | 2 ++ 1 file changed, 2 insertions(+) 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 #include +#include 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 -- 2.20.1