CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/06/25 10:15:18
Modified files:
lib/libcrypto/asn1: a_enum.c asn1.h
Log message:
Reuse ASN1_INTEGER functions for ASN1_ENUMERATED_{get,set}()
Instead of having a separate get/set implementation, reuse the ASN1_INTEGER
code. Also prepare to provide ASN1_ENUMERATED_{get,set}_int64().
ok beck@ tb@
