aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa/rsa_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rsa/rsa_test.c')
-rw-r--r--crypto/rsa/rsa_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rsa/rsa_test.c b/crypto/rsa/rsa_test.c
index e5ae0c1f69..d91e045abf 100644
--- a/crypto/rsa/rsa_test.c
+++ b/crypto/rsa/rsa_test.c
@@ -8,7 +8,7 @@
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/rand.h>
-#ifdef NO_RSA
+#ifdef OPENSSL_NO_RSA
int main(int argc, char *argv[])
{
printf("No RSA support\n");