summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorlevitte <levitte>2011-03-25 09:29:45 +0000
committerlevitte <levitte>2011-03-25 09:29:45 +0000
commit25b53cfb636c9efa7794d725879b734de955f17e (patch)
tree8f2b416efeaec09ee037c16aad7758d5372fc3a5 /util/mkdef.pl
parent2cb3d88d9e832a3751a583399912b58e629ed90c (diff)
downloadopenssl-25b53cfb636c9efa7794d725879b734de955f17e.tar.gz
* Configure, crypto/ec/ec.h, crypto/ec/ecp_nistp224.c, util/mkdef.pl:
Have EC_NISTP224_64_GCC_128 treated like any algorithm, and have disabled by default. If we don't do it this way, it screws up libeay.num. * util/libeay.num: make update
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 4a01fcb1c..9d5304627 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -86,6 +86,8 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"SHA256", "SHA512", "RIPEMD",
"MDC2", "WHIRLPOOL", "RSA", "DSA", "DH", "EC", "ECDH", "ECDSA", "EC2M",
"HMAC", "AES", "CAMELLIA", "SEED", "GOST",
+ # ECP_NISTP224
+ "EC_NISTP224_64_GCC_128",
# Envelope "algorithms"
"EVP", "X509", "ASN1_TYPEDEFS",
# Helper "algorithms"