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