Commit 6aa3603a by Peter Pettersson

ntmlclient: don't declare dummy HMAC_CTX_cleanup when building with libressl

parent 50b4d53e
...@@ -44,7 +44,7 @@ static inline void HMAC_CTX_free(HMAC_CTX *ctx) ...@@ -44,7 +44,7 @@ static inline void HMAC_CTX_free(HMAC_CTX *ctx)
#endif #endif
#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC) #if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !LIBRESSL_VERSION_NUMBER) || defined(CRYPT_OPENSSL_DYNAMIC)
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx) static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment