We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148aee8 commit ab797fbCopy full SHA for ab797fb
src/crypto/Digest.h
@@ -57,7 +57,7 @@
57
#define URI_ECDSA_SHA384 "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"
58
#define URI_ECDSA_SHA512 "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"
59
60
-#ifdef LIBRESSL_VERSION_NUMBER
+#if defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x3080200fL
61
using EVP_MD_CTX = struct env_md_ctx_st;
62
#else
63
using EVP_MD_CTX = struct evp_md_ctx_st;
0 commit comments