From 23d30aa6a3dad2fb0b07f43e30013d6ba7037ebd Mon Sep 17 00:00:00 2001 From: miod <> Date: Tue, 15 Apr 2014 20:19:57 +0000 Subject: The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for obsolete (and mostly internal) routines to be compiled out. We don't expect any reasonable software to stick to these interfaces, so better clean up the view and unifdef -DNO_ASN1_OLD. The astute reader will notice the existence of NO_OLD_ASN1 which serves a similar purpose, but is more entangled. Its time will come, soon. --- src/lib/libcrypto/util/mkstack.pl | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'src/lib/libcrypto/util') diff --git a/src/lib/libcrypto/util/mkstack.pl b/src/lib/libcrypto/util/mkstack.pl index f708610a78..77b0ec4943 100644 --- a/src/lib/libcrypto/util/mkstack.pl +++ b/src/lib/libcrypto/util/mkstack.pl @@ -129,19 +129,6 @@ EOF EOF } - foreach $type_thing (sort @asn1setlst) { - $new_stackfile .= <