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 bf7cae7 commit 35e1db5Copy full SHA for 35e1db5
PKCS10.xs
@@ -15,7 +15,7 @@
15
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER
16
#define EVP_PKEY_get0_RSA(pkey) ((pkey)->pkey.rsa)
17
#define EVP_PKEY_get0_DSA(pkey) ((pkey)->pkey.dsa)
18
-#ifndef OPENSSL_NO_EC || defined LIBRESSL_VERSION_NUMBER
+#if( !defined OPENSSL_NO_EC || defined LIBRESSL_VERSION_NUMBER)
19
#define EVP_PKEY_get0_EC_KEY(pkey) ((pkey)->pkey.ec)
20
#endif
21
0 commit comments