summaryrefslogtreecommitdiff
path: root/include/openssl/ripemd.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-08 15:29:15 +0100
committerMatt Caswell <matt@openssl.org>2015-10-08 15:31:08 +0100
commit28dc5d1963c96db99e3fd48418552a5a0399480d (patch)
treefd157662539771ec5a67e7bd51c93114f2af94d0 /include/openssl/ripemd.h
parentdffe51091f412dcbc18f6641132f0b4f0def6bce (diff)
downloadopenssl-new-28dc5d1963c96db99e3fd48418552a5a0399480d.tar.gz
Fix no-ripemd on Windows
mkdef.pl was getting confused by: # ifdef OPENSSL_NO_RMD160 # error RIPEMD is disabled. # endif Changing RIPEMD to RMD160 solves it. Fix suggested by Steve Henson. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'include/openssl/ripemd.h')
-rw-r--r--include/openssl/ripemd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/ripemd.h b/include/openssl/ripemd.h
index 9933078d69..97ad187e5d 100644
--- a/include/openssl/ripemd.h
+++ b/include/openssl/ripemd.h
@@ -67,7 +67,7 @@ extern "C" {
#endif
# ifdef OPENSSL_NO_RMD160
-# error RIPEMD is disabled.
+# error RMD160 is disabled.
# endif
# define RIPEMD160_LONG unsigned int