CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/04/15 14:19:57

Modified files:
        lib/libcrypto/crypto: Makefile 
        lib/libssl/src/crypto/asn1: a_digest.c a_sign.c a_verify.c 
                                    asn1.h asn1_mac.h asn_pack.c 
        lib/libssl/src/crypto/stack: safestack.h 
        lib/libssl/src/crypto/x509: x509.h 
        lib/libssl/src/util: mkstack.pl 
Removed files:
        lib/libssl/src/crypto/asn1: a_set.c 

Log message:
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.

Reply via email to