Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.
authorjsing <jsing@openbsd.org>
Tue, 28 Nov 2017 16:51:21 +0000 (16:51 +0000)
committerjsing <jsing@openbsd.org>
Tue, 28 Nov 2017 16:51:21 +0000 (16:51 +0000)
commit68a43ba868a2f12b8dc4703403a27575639c59fd
tree06ce794a44fe34163c213be9f6399b406d5d906d
parentbda5cacc5e4b0d7a43ed01609d20ff9a18d01958
Rewrite ASN1_TYPE_{get,set}_octetstring() using templated ASN.1.

This removes the last remaining use of the old M_ASN1_* macros (asn1_mac.h)
from API that needs to continue to exist.

ok beck@ inoguchi@
lib/libcrypto/asn1/evp_asn1.c