diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/openssl/s_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c index 920b62221c..c102726b7e 100644 --- a/src/usr.bin/openssl/s_time.c +++ b/src/usr.bin/openssl/s_time.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: s_time.c,v 1.11 2015/09/11 02:08:34 lteo Exp $ */ | 1 | /* $OpenBSD: s_time.c,v 1.12 2015/09/11 14:43:57 lteo 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 | * |
@@ -184,7 +184,7 @@ struct option s_time_options[] = { | |||
184 | }, | 184 | }, |
185 | { | 185 | { |
186 | .name = "no_shutdown", | 186 | .name = "no_shutdown", |
187 | .desc = "Shutdown the connection without notifying the server", | 187 | .desc = "Shut down the connection without notifying the server", |
188 | .type = OPTION_FLAG, | 188 | .type = OPTION_FLAG, |
189 | .opt.flag = &s_time_config.no_shutdown, | 189 | .opt.flag = &s_time_config.no_shutdown, |
190 | }, | 190 | }, |