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 2f47d45 commit f89628bCopy full SHA for f89628b
1 file changed
RSA.xs
@@ -10,7 +10,7 @@
10
#include <openssl/pem.h>
11
#include <openssl/rand.h>
12
#include <openssl/ripemd.h>
13
-#if OPENSSL_VERSION_NUMBER >= 0x10000000 & OPENSSL_VERSION_NUMBER < 0x30000000
+#if OPENSSL_VERSION_NUMBER >= 0x10000000 && OPENSSL_VERSION_NUMBER < 0x30000000
14
#ifndef LIBRESSL_VERSION_NUMBER
15
#include <openssl/whrlpool.h>
16
#endif
0 commit comments