diff options
Diffstat (limited to 'src/regress/lib/libcrypto/dsa')
-rw-r--r-- | src/regress/lib/libcrypto/dsa/Makefile | 4 | ||||
-rw-r--r-- | src/regress/lib/libcrypto/dsa/dsatest.c | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/src/regress/lib/libcrypto/dsa/Makefile b/src/regress/lib/libcrypto/dsa/Makefile index cce7c3b0f6..b18840dec6 100644 --- a/src/regress/lib/libcrypto/dsa/Makefile +++ b/src/regress/lib/libcrypto/dsa/Makefile | |||
@@ -1,8 +1,10 @@ | |||
1 | # $OpenBSD: Makefile,v 1.1.1.1 2014/04/15 18:01:18 miod Exp $ | 1 | # $OpenBSD: Makefile,v 1.2 2014/06/01 11:11:46 miod Exp $ |
2 | 2 | ||
3 | PROG= dsatest | 3 | PROG= dsatest |
4 | LDADD= -lcrypto | 4 | LDADD= -lcrypto |
5 | DPADD= ${LIBCRYPTO} | 5 | DPADD= ${LIBCRYPTO} |
6 | WARNINGS= Yes | ||
7 | CFLAGS+= -Werror | ||
6 | 8 | ||
7 | REGRESS_TARGETS=regress-dsatest | 9 | REGRESS_TARGETS=regress-dsatest |
8 | 10 | ||
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"); |