From: Pauli Date: Mon, 17 Feb 2025 08:42:46 +0000 (+1100) Subject: testutil: remove unused buffer from stanza structure X-Git-Tag: openssl-3.5.0-alpha1~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da8140214dd932b4c8558cf9402c7d969f1b61c;p=thirdparty%2Fopenssl.git testutil: remove unused buffer from stanza structure Reviewed-by: Tim Hudson Reviewed-by: Shane Lontis (Merged from https://github.com/openssl/openssl/pull/26750) --- 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; /*