Skip to content

Commit 1faa7d6

Browse files
hlavkisimo5
authored andcommitted
add support for LibreSSL
1 parent 92e4025 commit 1faa7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <stdbool.h>
77
#include "crypto.h"
88

9-
#if OPENSSL_VERSION_NUMBER < 0x10100000L
9+
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
1010
HMAC_CTX *HMAC_CTX_new(void)
1111
{
1212
HMAC_CTX *ctx;

0 commit comments

Comments
 (0)