Avoid some memory holes, one of which was pointed out by
[openssl.git] / apps / openssl.c
index 9a337fb316e745f3d98879138200752cd9e0d962..846d4af6b8771b5abf22a13d5b204cced8376b93 100644 (file)
@@ -136,7 +136,7 @@ int main(int Argc, char *Argv[])
                if ((bio_err=BIO_new(BIO_s_file())) != NULL)
                        BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
 
-       CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
+       CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ENABLE);
 
        ERR_load_crypto_strings();