From 0da8140214dd932b4c8558cf9402c7d969f1b61c Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 17 Feb 2025 19:42:46 +1100 Subject: [PATCH] testutil: remove unused buffer from stanza structure Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/26750) --- test/testutil.h | 1 - 1 file changed, 1 deletion(-) diff --git a/test/testutil.h b/test/testutil.h index b30a2cce70a..983a37bd1b5 100644 --- a/test/testutil.h +++ b/test/testutil.h @@ -595,7 +595,6 @@ typedef struct stanza_st { int numpairs; PAIR pairs[TESTMAXPAIRS]; BIO *key; /* temp memory BIO for reading in keys */ - char buff[32768]; /* Input buffer for a single key/value */ } STANZA; /* -- 2.47.2