CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/09/28 08:46:09
Modified files:
lib/libressl : ressl.h ressl_config.c
Log message:
Provide a ressl config function that explicitly clears keys.
Now that ressl config takes copies of the keys passed to it, the keys need
to be explicitly cleared. While this can be done by calling the appropriate
functions with a NULL pointer, it is simpler and more obvious to call one
function that does this for you.
ok tedu@
