From: Bodo Möller Date: Tue, 26 Apr 2005 18:21:25 +0000 (+0000) Subject: let mkdef.pl know about OPENSSL_NO_DGRAM X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~119 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=64387788a9cc58450aa065297590499862563476;hp=480506bd49060f65c672af1f9de8968c51262125 let mkdef.pl know about OPENSSL_NO_DGRAM (which appears in the new file crypto/bio/bss_dgram.c) --- diff --git a/util/mkdef.pl b/util/mkdef.pl index 357adf4623..d026361632 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -91,7 +91,7 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", "BIO", "COMP", "BUFFER", "LHASH", "STACK", "ERR", "LOCKING", # External "algorithms" - "FP_API", "STDIO", "SOCK", "KRB5", + "FP_API", "STDIO", "SOCK", "KRB5", "DGRAM", # Engines "STATIC_ENGINE", "ENGINE", "HW", "GMP", # Deprecated functions