Refactor into clear_ciphers; RT3588
authorRich Salz <rsalz@akamai.com>
Sat, 13 Jun 2015 14:50:00 +0000 (10:50 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 15 Jun 2015 14:08:19 +0000 (10:08 -0400)
commitd31fb0b5b341aa7883b487d07e6a56d216224e25
tree3f46f920336e1d41046dcd42edce3dffff8c332a
parent29eca1c0d58026792b50f7fd7f447f7a5fe63b5f
Refactor into clear_ciphers; RT3588

While closing RT3588 (Remove obsolete comment) Kurt and I saw that a
few lines to completely clear the SSL cipher state could be moved into
a common function.

Reviewed-by: Kurt Roeckx <kurt@openssl.org>
ssl/ssl_lib.c