summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/client/clienttest.c
diff options
context:
space:
mode:
authortb <>2021-08-30 17:34:02 +0000
committertb <>2021-08-30 17:34:02 +0000
commit769a0eb675541b26164c2614afd360bc503be92a (patch)
tree8596430725e7f227767868236eeee57380521082 /src/regress/lib/libssl/client/clienttest.c
parentb05142e1ba115406b0f261b5374facddce7e25b8 (diff)
downloadopenbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.gz
openbsd-769a0eb675541b26164c2614afd360bc503be92a.tar.bz2
openbsd-769a0eb675541b26164c2614afd360bc503be92a.zip
Revert accidental commit
Diffstat (limited to 'src/regress/lib/libssl/client/clienttest.c')
-rw-r--r--src/regress/lib/libssl/client/clienttest.c4
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 5b0aa533bd..22654e7ed1 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.34 2021/08/30 17:28:46 tb Exp $ */ 1/* $OpenBSD: clienttest.c,v 1.35 2021/08/30 17:34:01 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}