]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add ASN1 declaration macros that take attributes
authorRichard Levitte <levitte@openssl.org>
Sun, 4 Oct 2020 10:20:17 +0000 (12:20 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 12 Oct 2020 06:29:30 +0000 (08:29 +0200)
commit895419b7d13bd9ba68718e6a25c92e52fd6fec7f
treea2cf0234923260a20f26ef3078c265a1926ec138
parent053730c5b7e9f4d0e97108e01d0fce472f300edd
Add ASN1 declaration macros that take attributes

This makes it possible to easily deprecated selections of ASN1
functions.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/13074)
include/openssl/asn1.h.in
util/perl/OpenSSL/ParseC.pm