aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc2/rc2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc2/rc2test.c')
-rw-r--r--crypto/rc2/rc2test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2test.c b/crypto/rc2/rc2test.c
index 521269ded1..d9a2a0a1cb 100644
--- a/crypto/rc2/rc2test.c
+++ b/crypto/rc2/rc2test.c
@@ -63,7 +63,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_RC2
+#ifdef OPENSSL_NO_RC2
int main(int argc, char *argv[])
{
printf("No RC2 support\n");