projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50ad1d
)
Don't use deprecated CONF_modules_free() in tests
author
Viktor Dukhovni
<openssl-users@dukhovni.org>
Thu, 14 Apr 2016 03:41:55 +0000
(23:41 -0400)
committer
Viktor Dukhovni
<openssl-users@dukhovni.org>
Thu, 14 Apr 2016 04:34:11 +0000
(
00:34
-0400)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ssl_test.c
patch
|
blob
|
history
diff --git
a/test/ssl_test.c
b/test/ssl_test.c
index b95120eadcf8ed95da5ed12a101bca353d8e1643..dfe71cbc5614547f85bdc14554ec16313098dfd9 100644
(file)
--- a/
test/ssl_test.c
+++ b/
test/ssl_test.c
@@
-210,6
+210,5
@@
int main(int argc, char **argv)
ADD_ALL_TESTS(test_handshake, (int)(num_tests));
result = run_tests(argv[0]);
- CONF_modules_free();
return result;
}