diff options
Diffstat (limited to 'src/regress/lib/libssl/client/clienttest.c')
-rw-r--r-- | src/regress/lib/libssl/client/clienttest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/client/clienttest.c b/src/regress/lib/libssl/client/clienttest.c index 2efe676a9d..5b0aa533bd 100644 --- a/src/regress/lib/libssl/client/clienttest.c +++ b/src/regress/lib/libssl/client/clienttest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: clienttest.c,v 1.33 2021/06/27 17:13:23 jsing Exp $ */ | 1 | /* $OpenBSD: clienttest.c,v 1.34 2021/08/30 17:28:46 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2015 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -720,7 +720,7 @@ client_hello_test(int testno, const struct client_hello_test *cht) | |||
720 | BIO_free(rbio); | 720 | BIO_free(rbio); |
721 | BIO_free(wbio); | 721 | BIO_free(wbio); |
722 | 722 | ||
723 | free(client_hello); | 723 | // free(client_hello); |
724 | 724 | ||
725 | return (ret); | 725 | return (ret); |
726 | } | 726 | } |