CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/07/03 10:06:45
Modified files:
lib/libssl : s3_lib.c ssl_ciph.c ssl_locl.h ssl_methods.c
Log message:
Do a first pass clean up of SSL_METHOD.
The num_ciphers, get_cipher_by_char and put_cipher_by_char function
pointers use the same function for all methods - call ssl3_num_ciphers()
directly, absorb ssl3_get_cipher_by_char() into SSL_CIPHER_find() and
remove the unused ssl3_put_cipher_by_char() code.
ok inoguchi@ tb@
