diff options
Diffstat (limited to 'usr.bin/openssl/errstr.c')
-rw-r--r-- | usr.bin/openssl/errstr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/openssl/errstr.c b/usr.bin/openssl/errstr.c index 0d31d4fc85a..bb6bfc785f8 100644 --- a/usr.bin/openssl/errstr.c +++ b/usr.bin/openssl/errstr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: errstr.c,v 1.6 2015/10/17 15:00:11 doug Exp $ */ +/* $OpenBSD: errstr.c,v 1.7 2019/07/14 03:30:45 guenther Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -72,7 +72,7 @@ struct { int stats; } errstr_config; -struct option errstr_options[] = { +static const struct option errstr_options[] = { { .name = "stats", .desc = "Print debugging statistics for the hash table", |