=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/openssl/req.c,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- src/usr.bin/openssl/req.c 2023/03/04 06:25:42 1.25 +++ src/usr.bin/openssl/req.c 2023/03/05 13:12:53 1.26 @@ -1,4 +1,4 @@ -/* $OpenBSD: req.c,v 1.25 2023/03/04 06:25:42 tb Exp $ */ +/* $OpenBSD: req.c,v 1.26 2023/03/05 13:12:53 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -129,7 +129,7 @@ static CONF *req_conf = NULL; static CONF *addext_conf = NULL; -struct { +static struct { LHASH_OF(OPENSSL_STRING) *addexts; BIO *addext_bio; int batch;