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)
commit28dc5d1963c96db99e3fd48418552a5a0399480d
treefd157662539771ec5a67e7bd51c93114f2af94d0
parentdffe51091f412dcbc18f6641132f0b4f0def6bce
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>
include/openssl/ripemd.h
util/libeay.num