CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2021/11/18 08:58:31
Modified files: lib/libcrypto/asn1: a_d2i_fp.c Log message: Remove the last pointless use of ASN1_const_CTX. Both ASN1_CTX and ASN1_const_CTX are now unused and will be garbage collected in the next libcrypto bump. ok jsing