diff options
author | djm <> | 2010-10-01 22:59:01 +0000 |
---|---|---|
committer | djm <> | 2010-10-01 22:59:01 +0000 |
commit | fe047d8b632246cb2db3234a0a4f32e5c318857b (patch) | |
tree | 939b752540947d33507b3acc48d76a8bfb7c3dc3 /src/lib/libcrypto/dsa/dsatest.c | |
parent | 2ea67f4aa254b09ded62e6e14fc893bbe6381579 (diff) | |
download | openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.tar.gz openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.tar.bz2 openbsd-fe047d8b632246cb2db3234a0a4f32e5c318857b.zip |
resolve conflicts, fix local changes
Diffstat (limited to 'src/lib/libcrypto/dsa/dsatest.c')
-rw-r--r-- | src/lib/libcrypto/dsa/dsatest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/dsa/dsatest.c b/src/lib/libcrypto/dsa/dsatest.c index 912317bb44..edffd24e6b 100644 --- a/src/lib/libcrypto/dsa/dsatest.c +++ b/src/lib/libcrypto/dsa/dsatest.c | |||
@@ -169,7 +169,6 @@ int main(int argc, char **argv) | |||
169 | } | 169 | } |
170 | BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h); | 170 | BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h); |
171 | 171 | ||
172 | if (dsa == NULL) goto end; | ||
173 | DSA_print(bio_err,dsa,0); | 172 | DSA_print(bio_err,dsa,0); |
174 | if (counter != 105) | 173 | if (counter != 105) |
175 | { | 174 | { |
@@ -223,7 +222,7 @@ end: | |||
223 | ERR_print_errors(bio_err); | 222 | ERR_print_errors(bio_err); |
224 | if (dsa != NULL) DSA_free(dsa); | 223 | if (dsa != NULL) DSA_free(dsa); |
225 | CRYPTO_cleanup_all_ex_data(); | 224 | CRYPTO_cleanup_all_ex_data(); |
226 | ERR_remove_state(0); | 225 | ERR_remove_thread_state(NULL); |
227 | ERR_free_strings(); | 226 | ERR_free_strings(); |
228 | CRYPTO_mem_leaks(bio_err); | 227 | CRYPTO_mem_leaks(bio_err); |
229 | if (bio_err != NULL) | 228 | if (bio_err != NULL) |