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.
2 parents 1cba44e + fb5be11 commit 95f560fCopy full SHA for 95f560f
1 file changed
RSA.xs
@@ -12,9 +12,11 @@
12
#include <openssl/ripemd.h>
13
#if OPENSSL_VERSION_NUMBER >= 0x10000000 && OPENSSL_VERSION_NUMBER < 0x30000000
14
#ifndef LIBRESSL_VERSION_NUMBER
15
+#ifndef OPENSSL_NO_WHIRLPOOL
16
#include <openssl/whrlpool.h>
17
#endif
18
19
+#endif
20
#include <openssl/rsa.h>
21
#include <openssl/sha.h>
22
#include <openssl/ssl.h>
0 commit comments