From 8feed9c0b8cf35589d2442426a7f5c022f055e9d Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 1 Jun 2014 11:11:46 +0000 Subject: Build these tests with WARNINGS=Yes and -Werror, and do the necessary fixes to keep building. --- src/regress/lib/libcrypto/dsa/dsatest.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/regress/lib/libcrypto/dsa/dsatest.c') diff --git a/src/regress/lib/libcrypto/dsa/dsatest.c b/src/regress/lib/libcrypto/dsa/dsatest.c index 3131f429e2..dcab96424c 100644 --- a/src/regress/lib/libcrypto/dsa/dsatest.c +++ b/src/regress/lib/libcrypto/dsa/dsatest.c @@ -130,10 +130,6 @@ int main(int argc, char **argv) if (bio_err == NULL) bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); - CRYPTO_malloc_debug_init(); - CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL); - CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON); - ERR_load_crypto_strings(); BIO_printf(bio_err,"test generation of DSA parameters\n"); -- cgit v1.2.3-55-g6feb