From 4ccfe5f49b654fa42d07fa9ade754aca7f710a67 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 9 Dec 2002 02:18:16 +0000 Subject: [PATCH] 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. --- util/mkdef.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/util/mkdef.pl b/util/mkdef.pl index fffd1d9a7c..d868a35036 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,"