CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2014/04/14 12:53:14
Modified files: lib/libssl/src/ssl: d1_pkt.c kssl.c kssl.h ssl_ciph.c ssltest.c Log message: Flense all use of BIO_snprintf from ssl source - use the real one instead, and allow for the normal posix mandated return values instead of the nonstandard one from BIO_snprintf. ok miod@