diff options
Diffstat (limited to 'src/lib/libcrypto/rc5/rc5.h')
-rw-r--r-- | src/lib/libcrypto/rc5/rc5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rc5/rc5.h b/src/lib/libcrypto/rc5/rc5.h index fc4cea5e36..4adfd2db5a 100644 --- a/src/lib/libcrypto/rc5/rc5.h +++ b/src/lib/libcrypto/rc5/rc5.h | |||
@@ -63,7 +63,7 @@ | |||
63 | extern "C" { | 63 | extern "C" { |
64 | #endif | 64 | #endif |
65 | 65 | ||
66 | #ifdef NO_RC5 | 66 | #ifdef OPENSSL_NO_RC5 |
67 | #error RC5 is disabled. | 67 | #error RC5 is disabled. |
68 | #endif | 68 | #endif |
69 | 69 | ||