aboutsummaryrefslogtreecommitdiff
path: root/crypto/mem_clr.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte1-1/+1
2015-11-21Declare cleanse_ctr variable as externAlessandro Ghedini1-0/+1
2015-09-17Make sure OPENSSL_cleanse checks for NULLMatt Caswell1-0/+4
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-16/+16
2007-06-23Fix warning.Ben Laurie1-1/+2
2007-06-20Optimize OPENSSL_cleanse.Andy Polyakov1-5/+6
2005-04-29avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch1-1/+1
2002-12-03Make CRYPTO_cleanse() independent of endianness.Richard Levitte1-1/+1
2002-11-27Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte1-0/+75