From: tb Date: Tue, 15 Aug 2023 08:01:01 +0000 (+0000) Subject: fix openssl11 regress compilation X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=087a91564835b6d5e76f6657f47c4e17e9eff07d;p=openbsd fix openssl11 regress compilation reminded by anton --- diff --git a/regress/usr.sbin/rpki-client/openssl11/unistd.h b/regress/usr.sbin/rpki-client/openssl11/unistd.h index 6fd88bccd7f..5f7fe2c7285 100644 --- a/regress/usr.sbin/rpki-client/openssl11/unistd.h +++ b/regress/usr.sbin/rpki-client/openssl11/unistd.h @@ -8,6 +8,9 @@ #include +#define CMS_get_version(cms, version) (*(version) = 3, 1) +#define CMS_SignerInfo_get_version(cms, version) (*(version) = 3, 1) + #ifndef DECLARE_STACK_OF #define DECLARE_STACK_OF DEFINE_STACK_OF #endif