Commit 28dc5d19 authored by Matt Caswell's avatar Matt Caswell
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent dffe5109
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment