Commit e8f48dba authored by Bodo Möller's avatar Bodo Möller
Browse files

Add missing semicolon to make compiler happy, and switch back

from MemCheck_start() to CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON)
because that is what applications should use
(MemCheck_start/stop never really worked for applications
unless CRYPTO_MDEBUG was defined both when compiling the library
and when compiling the application, so probably we should
get rid of it).
parent 08807172
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -136,7 +136,7 @@ int main(int Argc, char *Argv[])
		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
		if ((bio_err=BIO_new(BIO_s_file())) != NULL)
			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
			BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);


	MemCheck_start()
	CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);


	ERR_load_crypto_strings();
	ERR_load_crypto_strings();