artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c51145c
)
ssltest: drop another use of CRYPTO_mem_leaks()
author
tb
<tb@openbsd.org>
Fri, 1 Mar 2024 03:45:16 +0000
(
03:45
+0000)
committer
tb
<tb@openbsd.org>
Fri, 1 Mar 2024 03:45:16 +0000
(
03:45
+0000)
regress/lib/libssl/ssl/ssltest.c
patch
|
blob
|
history
diff --git
a/regress/lib/libssl/ssl/ssltest.c
b/regress/lib/libssl/ssl/ssltest.c
index
23d7d48
..
27adeea
100644
(file)
--- a/
regress/lib/libssl/ssl/ssltest.c
+++ b/
regress/lib/libssl/ssl/ssltest.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: ssltest.c,v 1.4
4 2023/11/19 13:12:0
6 tb Exp $ */
+/* $OpenBSD: ssltest.c,v 1.4
5 2024/03/01 03:45:1
6 tb Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@
-763,7
+763,6
@@
end:
ERR_free_strings();
ERR_remove_thread_state(NULL);
EVP_cleanup();
- CRYPTO_mem_leaks(bio_err);
BIO_free(bio_err);
exit(ret);