summaryrefslogtreecommitdiff
path: root/util/mkdef.pl
diff options
context:
space:
mode:
authorsteve <steve>2007-03-16 22:20:54 +0000
committersteve <steve>2007-03-16 22:20:54 +0000
commit9729f90e65fddb39ffa6935f7020f72aaef7a393 (patch)
treed4a96242cdc3c0ecef50293e6707130233c95ac3 /util/mkdef.pl
parentf7fc0fd98b7205eebc0b79c7a1afcde0891c82c0 (diff)
downloadopenssl-9729f90e65fddb39ffa6935f7020f72aaef7a393.tar.gz
Win32 fixes. Add GOST algorithm to mkdef, update ordinals. Signed/unsigned fixes.
Diffstat (limited to 'util/mkdef.pl')
-rwxr-xr-xutil/mkdef.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/mkdef.pl b/util/mkdef.pl
index 972292e61..8bb9c4979 100755
--- a/util/mkdef.pl
+++ b/util/mkdef.pl
@@ -85,7 +85,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF",
"CAST", "MD2", "MD4", "MD5", "SHA", "SHA0", "SHA1",
"SHA256", "SHA512", "RIPEMD",
"MDC2", "RSA", "DSA", "DH", "EC", "ECDH", "ECDSA",
- "HMAC", "AES", "WHIRLPOOL", "CAMELLIA",
+ "HMAC", "AES", "WHIRLPOOL", "CAMELLIA", "GOST",
# Envelope "algorithms"
"EVP", "X509", "ASN1_TYPEDEFS",
# Helper "algorithms"