CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2017/01/26 03:40:21
Modified files: lib/libssl : d1_both.c d1_clnt.c d1_lib.c d1_pkt.c d1_srtp.c d1_srvr.c s3_lib.c ssl_asn1.c ssl_both.c ssl_cert.c ssl_ciph.c ssl_clnt.c ssl_err.c ssl_lib.c ssl_locl.h ssl_packet.c ssl_pkt.c ssl_rsa.c ssl_sess.c ssl_srvr.c ssl_txt.c t1_enc.c t1_lib.c t1_reneg.c Log message: Send the error function codes to rot in the depths of hell where they belong We leave a single funciton code (0xFFF) to say "SSL_internal" so the public API will not break, and we replace all internal use of the two argument SSL_err() with the internal only SSL_error() that only takes a reason code. ok jsing@