CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/22 08:29:39
Modified files:
lib/libssl/src/ssl: ssl_lib.c
Log message:
There is not much point constructing an SSL_CIPHER, then calling
ssl3_cipher_get_value() to get the cipher suite value that we just
put in the struct - use the cipher suite value directly.
