diff options
Diffstat (limited to 'src/usr.bin/openssl/crl2p7.c')
-rw-r--r-- | src/usr.bin/openssl/crl2p7.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/crl2p7.c b/src/usr.bin/openssl/crl2p7.c index a9c48a3da0..8e5bf6a436 100644 --- a/src/usr.bin/openssl/crl2p7.c +++ b/src/usr.bin/openssl/crl2p7.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: crl2p7.c,v 1.8 2018/02/07 05:47:55 jsing Exp $ */ | 1 | /* $OpenBSD: crl2p7.c,v 1.9 2019/07/14 03:30:45 guenther 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 | * |
@@ -102,7 +102,7 @@ crl2p7_opt_certfile(char *arg) | |||
102 | return (0); | 102 | return (0); |
103 | } | 103 | } |
104 | 104 | ||
105 | static struct option crl2p7_options[] = { | 105 | static const struct option crl2p7_options[] = { |
106 | { | 106 | { |
107 | .name = "certfile", | 107 | .name = "certfile", |
108 | .argname = "file", | 108 | .argname = "file", |