CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/09 08:20:55
Modified files:
lib/libssl/src/ssl: ssl_ciph.c
Log message:
Clean up and simplify SSL_CIPHER_description by always using asprintf. If
a buffer was supplied then we copy the result into it. Also make the
failure case return values match the documentation.
Joint work with beck@
