aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/c_src/openssl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/c_src/openssl_config.h')
-rw-r--r--lib/crypto/c_src/openssl_config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/c_src/openssl_config.h b/lib/crypto/c_src/openssl_config.h
index ea2c0a2cfb..f926f8af13 100644
--- a/lib/crypto/c_src/openssl_config.h
+++ b/lib/crypto/c_src/openssl_config.h
@@ -183,7 +183,8 @@
#endif
#ifndef OPENSSL_NO_RMD160
-# define HAVE_RMD160
+/* Note RMD160 vs RIPEMD160 */
+# define HAVE_RIPEMD160
#endif