CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/21 06:17:42
Modified files:
lib/libssl/src/crypto/asn1: a_enum.c
Log message:
a_enum.c used to be a copy of a_int.c with s/INTEGER/ENUMERATED/g , but
some changes an a_int.c did not get applied to a_enum.c; despite style
changes, make sure BN_to_ASN1_ENUMERATED() correctly handles a zero value
the same way BN_to_ASN1_INTEGER() does.
ok bcook@ beck@ jsing@
