We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64ee4f commit 064659cCopy full SHA for 064659c
src/regress/lib/libssl/unit/ssl_versions.c
@@ -1,4 +1,4 @@
1
-/* $OpenBSD: ssl_versions.c,v 1.15 2021/06/27 16:54:55 jsing Exp $ */
+/* $OpenBSD$ */
2
/*
3
* Copyright (c) 2016, 2017 Joel Sing <[email protected]>
4
*
@@ -526,6 +526,10 @@ test_ssl_max_shared_version(void)
526
i, svt->peerver);
527
failed++;
528
}
529
+ SSL_CTX_free(ssl_ctx);
530
+ SSL_free(ssl);
531
+ ssl_ctx = NULL;
532
+ ssl = NULL;
533
continue;
534
535
if (maxver != svt->want_maxver) {
0 commit comments