Add #if defined(LIBRESSL_VERSION_NUMBER)

This commit is contained in:
reykfloeter 2019-05-10 12:09:59 +02:00
parent 3e3c5d914e
commit ffe93c5b4f
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ DECLARE_ASN1_FUNCTIONS(CMS_ContentInfo)
DECLARE_ASN1_FUNCTIONS(CMS_ReceiptRequest)
DECLARE_ASN1_PRINT_FUNCTION(CMS_ContentInfo)
#if LIBRESSL_VERSION_NUMBER >= 0x20900000L
#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER >= 0x20900000L
#define M_ASN1_new_of(type) \
(type *)ASN1_item_new(ASN1_ITEM_rptr(type))
#define M_ASN1_free_of(x, type) \