diff options
Diffstat (limited to 'src/usr.bin/openssl/prime.c')
| -rw-r--r-- | src/usr.bin/openssl/prime.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/prime.c b/src/usr.bin/openssl/prime.c index 06414fde0d..d9237f9070 100644 --- a/src/usr.bin/openssl/prime.c +++ b/src/usr.bin/openssl/prime.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: prime.c,v 1.2 2014/08/27 15:55:23 jsing Exp $ */ | 1 | /* $OpenBSD: prime.c,v 1.3 2014/10/13 02:46:14 bcook Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 2004 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 2004 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -96,7 +96,7 @@ struct option prime_options[] = { | |||
| 96 | .type = OPTION_FLAG, | 96 | .type = OPTION_FLAG, |
| 97 | .opt.flag = &prime_config.safe, | 97 | .opt.flag = &prime_config.safe, |
| 98 | }, | 98 | }, |
| 99 | {}, | 99 | {NULL}, |
| 100 | }; | 100 | }; |
| 101 | 101 | ||
| 102 | static void | 102 | static void |
