[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Mon Aug 10 16:18:00 UTC 2015
The branch master has been updated
via fd682e4cddc44b2869f43c910be49ab4f3a09b08 (commit)
from fbfcb2243941bc84b7585711feb906610f9111c4 (commit)
- Log -----------------------------------------------------------------
commit fd682e4cddc44b2869f43c910be49ab4f3a09b08
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Aug 6 12:22:31 2015 -0400
GH365: Missing #ifdef rename.
Reviewed-by: Matt Caswell <matt at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/speed.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apps/speed.c b/apps/speed.c
index 1a3027b..ca93d2c 100644
--- a/apps/speed.c
+++ b/apps/speed.c
@@ -429,7 +429,7 @@ OPT_PAIR doit_choices[] = {
#ifndef OPENSSL_NO_WHIRLPOOL
{"whirlpool", D_WHIRLPOOL},
#endif
-#ifndef OPENSSL_NO_RIPEMD
+#ifndef OPENSSL_NO_RMD160
{"ripemd", D_RMD160},
{"rmd160", D_RMD160},
{"ripemd160", D_RMD160},
@@ -605,7 +605,7 @@ int speed_main(int argc, char **argv)
#ifndef OPENSSL_NO_WHIRLPOOL
unsigned char whirlpool[WHIRLPOOL_DIGEST_LENGTH];
#endif
-#ifndef OPENSSL_NO_RIPEMD
+#ifndef OPENSSL_NO_RMD160
unsigned char rmd160[RIPEMD160_DIGEST_LENGTH];
#endif
#ifndef OPENSSL_NO_RC4
More information about the openssl-commits
mailing list