CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/09/17 09:42:14
Modified files: lib/libssl : s3_lib.c ssl.h Log message: Prepare to provide SSL_get_peer_tmp_key(). OpenSSL effectively renamed SSL_get_server_tmp_key() to SSL_get_peer_tmp_key() and removed the client-side restriction. Prepare for a matching rename. ok tb@