The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow for
authormiod <miod@openbsd.org>
Tue, 15 Apr 2014 20:19:55 +0000 (20:19 +0000)
committermiod <miod@openbsd.org>
Tue, 15 Apr 2014 20:19:55 +0000 (20:19 +0000)
commit9e49a79cdf0261b894c882d1fa44654d5d4b5f3f
tree0de14695e54ef4adeb13ea87123dec04532c74ae
parent1cab4cf8ce9307e1e5aed68e7201d7a566b9d6e6
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.
21 files changed:
lib/libcrypto/asn1/a_digest.c
lib/libcrypto/asn1/a_set.c [deleted file]
lib/libcrypto/asn1/a_sign.c
lib/libcrypto/asn1/a_verify.c
lib/libcrypto/asn1/asn1.h
lib/libcrypto/asn1/asn1_mac.h
lib/libcrypto/asn1/asn_pack.c
lib/libcrypto/crypto/Makefile
lib/libcrypto/stack/safestack.h
lib/libcrypto/util/mkstack.pl
lib/libcrypto/x509/x509.h
lib/libssl/src/crypto/asn1/a_digest.c
lib/libssl/src/crypto/asn1/a_set.c [deleted file]
lib/libssl/src/crypto/asn1/a_sign.c
lib/libssl/src/crypto/asn1/a_verify.c
lib/libssl/src/crypto/asn1/asn1.h
lib/libssl/src/crypto/asn1/asn1_mac.h
lib/libssl/src/crypto/asn1/asn_pack.c
lib/libssl/src/crypto/stack/safestack.h
lib/libssl/src/crypto/x509/x509.h
lib/libssl/src/util/mkstack.pl