Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrific
authorjsing <jsing@openbsd.org>
Sun, 13 Jul 2014 17:56:56 +0000 (17:56 +0000)
committerjsing <jsing@openbsd.org>
Sun, 13 Jul 2014 17:56:56 +0000 (17:56 +0000)
commit277613e9e576719457df47248bbd69689cf0a149
tree4fbf893a1861948a4059811312036f83cee83ac2
parent03436e2c758390d7fce83e5fe9b28c504351f320
Convert d2i_SSL_SESSION to ASN1 primitives, instead of the horrific
asn1_mac.h macros. This still needs a lot of improvement, but immediately
becomes readable.

ok miod@ (sight unseen!)
lib/libssl/src/ssl/ssl_asn1.c
lib/libssl/ssl_asn1.c