CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/16 01:11:14
Modified files:
lib/libssl/man : SSL_get_ciphers.3
Log message:
Mark SSL_get_cipher_list(3) as deprecated; it is badly misnamed, and there
is already a comment above it in ssl_lib.c in both OpenSSL and LibreSSL:
/* The old interface to get the same thing as SSL_get_ciphers(). */
Suggested by and OK jsing@.
