CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2015/04/15 10:25:43

Modified files:
        lib/libssl/src/ssl: s3_srvr.c ssl_lib.c ssl_locl.h 

Log message:
Clean up the ssl_bytes_to_cipher_list() API - rather than having the
ability to pass or not pass a STACK_OF(SSL_CIPHER) *, which is then either
zeroed or if NULL a new one is allocated, always allocate one and return it
directly.

Inspired by simliar changes in BoringSSL.

ok beck@ doug@

Reply via email to