CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2015/02/14 08:06:55
Modified files: lib/libssl/src/crypto/dh: dh_asn1.c lib/libssl/src/crypto/dsa: dsa_asn1.c lib/libssl/src/crypto/rsa: rsa_asn1.c Log message: Expand ASN1_CHOICE*, ASN1_SEQUENCE* and associated macros, making the data structures visible and easier to review, without having to wade through layers and layers of asn1t.h macros. Change has been scripted and there is no change to the generated assembly. Discussed with beck@ miod@ tedu@