CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2022/01/07 09:45:06
Modified files: lib/libssl : s3_lib.c ssl_cert.c ssl_lib.c ssl_locl.h ssl_srvr.c Log message: Rename dh_tmp to dhe_params. Support for non-ephemeral DH was removed a long time ago - as such, the dh_tmp and dh_tmp_cb are used for DHE parameters. Rename them to reflect reality. ok inoguchi@ tb@