Fix no-ripemd on Windows
authorMatt Caswell <matt@openssl.org>
Thu, 8 Oct 2015 14:29:15 +0000 (15:29 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 8 Oct 2015 14:31:08 +0000 (15:31 +0100)
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>

No differences found