CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/04/01 09:48:50
Modified files:
lib/libcrypto/asn1: x_long.c
Log message:
Correct the return values from long_print.
BIO_print() returns -1 on failure, whereas the ASN print functions need to
return 0.
ok beck@, tb@
