summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/dsa/dsatest.c
diff options
context:
space:
mode:
authormiod <>2014-06-01 11:11:46 +0000
committermiod <>2014-06-01 11:11:46 +0000
commit8feed9c0b8cf35589d2442426a7f5c022f055e9d (patch)
tree764f224e0d43a606966be44aaee32715ee508747 /src/regress/lib/libcrypto/dsa/dsatest.c
parente356b447e74b757810a71e2bf8e431b22fd6e328 (diff)
downloadopenbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.tar.gz
openbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.tar.bz2
openbsd-8feed9c0b8cf35589d2442426a7f5c022f055e9d.zip
Build these tests with WARNINGS=Yes and -Werror, and do the necessary
fixes to keep building.
Diffstat (limited to 'src/regress/lib/libcrypto/dsa/dsatest.c')
-rw-r--r--src/regress/lib/libcrypto/dsa/dsatest.c4
1 files changed, 0 insertions, 4 deletions
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)
130 if (bio_err == NULL) 130 if (bio_err == NULL)
131 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 131 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
132 132
133 CRYPTO_malloc_debug_init();
134 CRYPTO_dbg_set_options(V_CRYPTO_MDEBUG_ALL);
135 CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON);
136
137 ERR_load_crypto_strings(); 133 ERR_load_crypto_strings();
138 134
139 BIO_printf(bio_err,"test generation of DSA parameters\n"); 135 BIO_printf(bio_err,"test generation of DSA parameters\n");