diff options
Diffstat (limited to 'src/usr.bin/openssl/certhash.c')
-rw-r--r-- | src/usr.bin/openssl/certhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/certhash.c b/src/usr.bin/openssl/certhash.c index 5838f0209b..5125380413 100644 --- a/src/usr.bin/openssl/certhash.c +++ b/src/usr.bin/openssl/certhash.c | |||
@@ -37,7 +37,7 @@ static struct { | |||
37 | int verbose; | 37 | int verbose; |
38 | } certhash_config; | 38 | } certhash_config; |
39 | 39 | ||
40 | struct option certhash_options[] = { | 40 | static const struct option certhash_options[] = { |
41 | { | 41 | { |
42 | .name = "n", | 42 | .name = "n", |
43 | .desc = "Perform a dry-run - do not make any changes", | 43 | .desc = "Perform a dry-run - do not make any changes", |