Skip to content

Commit 35e1db5

Browse files
Timothy Leggetimlegge
authored andcommitted
Possible fix for solaris compiler token error
"tokens ignored at end of directive line" error
1 parent bf7cae7 commit 35e1db5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PKCS10.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined LIBRESSL_VERSION_NUMBER
1616
#define EVP_PKEY_get0_RSA(pkey) ((pkey)->pkey.rsa)
1717
#define EVP_PKEY_get0_DSA(pkey) ((pkey)->pkey.dsa)
18-
#ifndef OPENSSL_NO_EC || defined LIBRESSL_VERSION_NUMBER
18+
#if( !defined OPENSSL_NO_EC || defined LIBRESSL_VERSION_NUMBER)
1919
#define EVP_PKEY_get0_EC_KEY(pkey) ((pkey)->pkey.ec)
2020
#endif
2121
#endif

0 commit comments

Comments
 (0)