CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/08/12 08:09:34
Modified files:
lib/libssl/man : Makefile SSL_CTX_set_cipher_list.3
SSL_set_tmp_ecdh.3 ssl.3
Added files:
lib/libssl/man : SSL_CTX_set1_groups.3
Log message:
Import the SSL_CTX_set1_groups(3) manual page from OpenSSL, deleting
the read accessors we don't have and fixing the prototypes - the
data type of each and every argument differs in the OpenSSL manuals.
Reference the new page from SSL_set_tmp_ecdh(3) as suggested by jsing@.