aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/mem_clr.c
Commit message (Collapse)AuthorAgeFilesLines
* avoid warnings when building on systems where sizeof(void *) > sizeof(int)Nils Larsch2005-04-291-1/+1
|
* Make CRYPTO_cleanse() independent of endianness.Richard Levitte2002-12-031-1/+1
|
* Add OPENSSL_cleanse() to help cleanse memory and avoid certain compilerRichard Levitte2002-11-271-0/+75
and linker optimizations. PR: 343