From b05142e1ba115406b0f261b5374facddce7e25b8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Mon, 30 Aug 2021 17:28:47 +0000 Subject: link verify regress tests to build --- src/regress/lib/libssl/client/Makefile | 4 ++-- src/regress/lib/libssl/client/clienttest.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/regress/lib/libssl/client') diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile index 4f99f0e97c..6d2b2a068d 100644 --- a/src/regress/lib/libssl/client/Makefile +++ b/src/regress/lib/libssl/client/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2015/09/01 17:02:18 jsing Exp $ +# $OpenBSD: Makefile,v 1.2 2021/08/30 17:28:46 tb Exp $ PROG= clienttest LDADD= -lssl -lcrypto DPADD= ${LIBSSL} ${LIBCRYPTO} WARNINGS= Yes -CFLAGS+= -DLIBRESSL_INTERNAL -Werror +CFLAGS+= -g -DLIBRESSL_INTERNAL -Werror .include 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 @@ -/* $OpenBSD: clienttest.c,v 1.33 2021/06/27 17:13:23 jsing Exp $ */ +/* $OpenBSD: clienttest.c,v 1.34 2021/08/30 17:28:46 tb Exp $ */ /* * Copyright (c) 2015 Joel Sing * @@ -720,7 +720,7 @@ client_hello_test(int testno, const struct client_hello_test *cht) BIO_free(rbio); BIO_free(wbio); - free(client_hello); + // free(client_hello); return (ret); } -- cgit v1.2.3-55-g6feb