X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=util%2Fmkdef.pl;h=4c15a942d2636a3e5c10625958619a70e80c9099;hb=7ae46c676142a675ea3fd0c8ca66d2cbc6a5a30e;hp=64d21242e4f6979e7173d55df39e2748dfef406e;hpb=cd4c36adb8cf159a1ea86a3e0b1ff2f222016937;p=openssl.git diff --git a/util/mkdef.pl b/util/mkdef.pl index 64d21242e4..4c15a942d2 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -84,14 +84,18 @@ my @known_ossl_platforms = ( "VMS", "WIN16", "WIN32", "WINNT", "OS2" ); my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "CAST", "MD2", "MD4", "MD5", "SHA", "SHA0", "SHA1", "RIPEMD", - "MDC2", "RSA", "DSA", "DH", "EC", "ECDSA", "HMAC", "AES", + "MDC2", "RSA", "DSA", "DH", "EC", "ECDH", "ECDSA", "HMAC", "AES", # Envelope "algorithms" "EVP", "X509", "ASN1_TYPEDEFS", # Helper "algorithms" "BIO", "COMP", "BUFFER", "LHASH", "STACK", "ERR", "LOCKING", # External "algorithms" - "FP_API", "STDIO", "SOCK", "KRB5" ); + "FP_API", "STDIO", "SOCK", "KRB5", + # Engines + "STATIC_ENGINE", "ENGINE", "HW", + # Deprecated functions + "DEPRECATED" ); my $options=""; open(IN,"