commit | e0f9bf1de72e2717a5e8c2126259959e2d650777 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@akamai.com> | Fri May 29 12:22:43 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Sat May 30 12:28:05 2015 -0400 |
tree | 3e0622777db359536fdb21531ea5b30789ae7616 | |
parent | 6218a1f57e7e25a6b9a798f00cf5f0e56a02ff31 [diff] |
clear/cleanse cleanup Where we called openssl_cleanse, make sure we do it on all error paths. Be consistent in use of sizeof(foo) when possible. Reviewed-by: Andy Polyakov <appro@openssl.org>