Fix apps/openssl.c and ssl/ssltest.c so that they use
authorBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 09:50:30 +0000 (09:50 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 10 Sep 2001 09:50:30 +0000 (09:50 +0000)
commit384eff877c53a9e800452cb8bd56bd81327f52f3
treeceb7ada9430fbb4dfd87d706843f4e1443353b10
parent68dbba98170c858dc9e2316ba95fdef82f33f843
Fix apps/openssl.c and ssl/ssltest.c so that they use
CRYPTO_set_mem_debug_options() instead of CRYPTO_dbg_set_options(),
which is the default implementation of the former and should usually
not be directly used by applications (at least if we assume that the
options accepted by the default implementation will also be meaningful
to any other implementations).

Also fix apps/openssl.c and ssl/ssltest such that environment variable
setting 'OPENSSL_DEBUG_MEMORY=off' actively disables the compiled-in
library defaults (i.e. such that CRYPTO_MDEBUG is ignored in this
case).
apps/openssl.c
crypto/crypto.h
ssl/ssltest.c