Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
authorRichard Levitte <levitte@openssl.org>
Wed, 27 Nov 2002 12:24:05 +0000 (12:24 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 27 Nov 2002 12:24:05 +0000 (12:24 +0000)
commitdf29cc8f77bcf09cdd245feeaea452f5f91e4125
treeaa076e181f80d3f226b75ead2a447c5111d0b58d
parentec7164133d09b1a8368ad064f501ab163f5cfebb
Add OPENSSL_cleanse() to help cleanse memory and avoid certain compiler
and linker optimizations.
PR: 343
CHANGES
crypto/Makefile.ssl
crypto/crypto-lib.com
crypto/crypto.h
crypto/mem.c
crypto/mem_clr.c [new file with mode: 0644]
util/libeay.num