aboutsummaryrefslogtreecommitdiff
path: root/src/support/cleanse.cpp
AgeCommit message (Collapse)Author
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.