CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/18 11:32:31
Modified files:
lib/libcrypto/crypto: Makefile
lib/libssl/src/crypto/asn1: asn1.h
lib/libssl/src/crypto/stack: safestack.h
Added files:
lib/libssl/src/crypto/asn1: a_set.c
Log message:
Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as there
are still some 3rd-party code using it, and fixing them is not trivial.
As an excuse gift, the memory leaks on failure in resurrected a_set.c have
been fixed.