CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2017/03/10 08:08:49
Modified files: lib/libssl : t1_enc.c Log message: First pass at cleaning up the tls1_P_hash() function - remove a pointless EVP_DigestSignInit() call and avoid the need for ctx_tmp by reordering the code slightly. ok inoguchi@