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