Skip to content

Commit f89628b

Browse files
committed
Fix logical AND operator
1 parent 2f47d45 commit f89628b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RSA.xs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <openssl/pem.h>
1111
#include <openssl/rand.h>
1212
#include <openssl/ripemd.h>
13-
#if OPENSSL_VERSION_NUMBER >= 0x10000000 & OPENSSL_VERSION_NUMBER < 0x30000000
13+
#if OPENSSL_VERSION_NUMBER >= 0x10000000 && OPENSSL_VERSION_NUMBER < 0x30000000
1414
#ifndef LIBRESSL_VERSION_NUMBER
1515
#include <openssl/whrlpool.h>
1616
#endif

0 commit comments

Comments
 (0)