]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
testutil: remove unused buffer from stanza structure
authorPauli <ppzgs1@gmail.com>
Mon, 17 Feb 2025 08:42:46 +0000 (19:42 +1100)
committerPauli <ppzgs1@gmail.com>
Thu, 20 Feb 2025 00:17:40 +0000 (11:17 +1100)
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/26750)

test/testutil.h

index b30a2cce70a7a623e698a5e7beedd3eec32138dd..983a37bd1b5035d943e064780b848e0612b3f8f3 100644 (file)
@@ -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;
 
 /*