CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/07/09 08:46:43
Modified files:
lib/libcrypto/asn1: a_int.c a_enum.c
Log message:
Make ASN1_{INTEGER,ENUMERATED}_get() return 0 on NULL again
This is the documented behavior which got lost in the recent rewrite.
Mismatch of documentation and reality pointed out by schwarze
ok jsing
