diff options
Diffstat (limited to 'src/usr.bin/openssl/req.c')
-rw-r--r-- | src/usr.bin/openssl/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index 1fa7e368b9..797cbfa718 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: req.c,v 1.25 2023/03/04 06:25:42 tb Exp $ */ | 1 | /* $OpenBSD: req.c,v 1.26 2023/03/05 13:12:53 tb Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -129,7 +129,7 @@ static int duplicated(LHASH_OF(OPENSSL_STRING) *addexts, char *kv); | |||
129 | static CONF *req_conf = NULL; | 129 | static CONF *req_conf = NULL; |
130 | static CONF *addext_conf = NULL; | 130 | static CONF *addext_conf = NULL; |
131 | 131 | ||
132 | struct { | 132 | static struct { |
133 | LHASH_OF(OPENSSL_STRING) *addexts; | 133 | LHASH_OF(OPENSSL_STRING) *addexts; |
134 | BIO *addext_bio; | 134 | BIO *addext_bio; |
135 | int batch; | 135 | int batch; |