aboutsummaryrefslogtreecommitdiff
path: root/src/support/cleanse.h
AgeCommit message (Collapse)Author
2017-05-03[wallet] Securely erase potentially sensitive keys/valuesThomas Snider
2015-02-15openssl: abstract out OPENSSL_cleanseCory Fields
This makes it easier for us to replace it if desired, since it's now only in one spot. Also, it avoids the openssl include from allocators.h, which essentially forced openssl to be included from every compilation unit.