CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2014/06/04 08:10:23
Modified files: lib/libssl/src/ssl: s3_clnt.c s3_srvr.c ssl_sess.c t1_lib.c t1_reneg.c Log message: without overthinking it, replace a few memcmp calls with CRYPTO_memcmp where it is feasible to do so. better safe than sorry.