summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/genpkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/openssl/genpkey.c')
-rw-r--r--usr.bin/openssl/genpkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/genpkey.c b/usr.bin/openssl/genpkey.c
index 61b24af3305..ce266f404c8 100644
--- a/usr.bin/openssl/genpkey.c
+++ b/usr.bin/openssl/genpkey.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: genpkey.c,v 1.14 2022/11/11 17:07:39 joshua Exp $ */
+/* $OpenBSD: genpkey.c,v 1.15 2023/03/05 13:12:53 tb Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2006
*/
@@ -68,7 +68,7 @@
static int init_keygen_file(BIO * err, EVP_PKEY_CTX **pctx, const char *file);
static int genpkey_cb(EVP_PKEY_CTX * ctx);
-struct {
+static struct {
const EVP_CIPHER *cipher;
EVP_PKEY_CTX **ctx;
int do_param;