Add missing semicolon to make compiler happy, and switch back
authorBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 00:28:21 +0000 (00:28 +0000)
committerBodo Möller <bodo@openssl.org>
Sat, 18 Dec 1999 00:28:21 +0000 (00:28 +0000)
commite8f48dbaccaca9d497223a14282ff473341897c3
treecdad677334364ecb977ac71dfd08754ffaa31ef4
parent08807172b2a19fabac3189d46c98255c2fc3cba1
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).
apps/openssl.c