aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rc5/rc5test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/rc5test.c')
-rw-r--r--crypto/rc5/rc5test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc5/rc5test.c b/crypto/rc5/rc5test.c
index 634ceac7c7..f1d4c22bbe 100644
--- a/crypto/rc5/rc5test.c
+++ b/crypto/rc5/rc5test.c
@@ -63,7 +63,7 @@
#include <string.h>
#include <stdlib.h>
-#ifdef NO_RC5
+#ifdef OPENSSL_NO_RC5
int main(int argc, char *argv[])
{
printf("No RC5 support\n");