From: Richard Levitte Date: Mon, 9 Dec 2002 02:18:16 +0000 (+0000) Subject: Hmm, Geoff's change made things quite interesting. We can now give X-Git-Tag: OpenSSL_0_9_7-beta6~18^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ccfe5f49b654fa42d07fa9ade754aca7f710a67;p=thirdparty%2Fopenssl.git Hmm, Geoff's change made things quite interesting. We can now give users the option of disabling deprecated functions, which should of course be reflected in libeay.num and .def files. Quite nice, actually. --- diff --git a/util/mkdef.pl b/util/mkdef.pl index fffd1d9a7ce..d868a35036f 100755 --- a/util/mkdef.pl +++ b/util/mkdef.pl @@ -93,7 +93,9 @@ my @known_algorithms = ( "RC2", "RC4", "RC5", "IDEA", "DES", "BF", # External "algorithms" "FP_API", "STDIO", "SOCK", "KRB5", # Engines - "STATIC_ENGINE" ); + "STATIC_ENGINE", + # Deprecated functions + "DEPRECATED" ); my $options=""; open(IN,"