summaryrefslogtreecommitdiff
path: root/crypto/mem_clr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning.ben2007-06-231-1/+2
* Optimize OPENSSL_cleanse.appro2007-06-201-5/+6
* avoid warnings when building on systems where sizeof(void *) > sizeof(int)nils2005-04-291-1/+1
* Make CRYPTO_cleanse() independent of endianness.levitte2002-12-031-1/+1
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerlevitte2002-11-271-0/+75