diff options
Diffstat (limited to 'src/usr.bin/openssl/ecparam.c')
| -rw-r--r-- | src/usr.bin/openssl/ecparam.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ecparam.c b/src/usr.bin/openssl/ecparam.c index 7336360b35..b4d65ad2e5 100644 --- a/src/usr.bin/openssl/ecparam.c +++ b/src/usr.bin/openssl/ecparam.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ecparam.c,v 1.3 2014/09/01 14:26:01 jsing Exp $ */ | 1 | /* $OpenBSD: ecparam.c,v 1.4 2014/10/13 02:46:14 bcook Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Written by Nils Larsch for the OpenSSL project. | 3 | * Written by Nils Larsch for the OpenSSL project. |
| 4 | */ | 4 | */ |
| @@ -245,7 +245,7 @@ struct option ecparam_options[] = { | |||
| 245 | .type = OPTION_FLAG, | 245 | .type = OPTION_FLAG, |
| 246 | .opt.flag = &ecparam_config.text, | 246 | .opt.flag = &ecparam_config.text, |
| 247 | }, | 247 | }, |
| 248 | {}, | 248 | {NULL}, |
| 249 | }; | 249 | }; |
| 250 | 250 | ||
| 251 | static void | 251 | static void |
