diff options
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/prime.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr.bin/openssl/prime.c b/src/usr.bin/openssl/prime.c index 98fcca69c2..c597110d54 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.5 2015/01/13 03:42:36 lteo Exp $ */ | 1 | /* $OpenBSD: prime.c,v 1.6 2015/02/11 03:19:37 doug 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 | * |
| @@ -54,6 +54,7 @@ | |||
| 54 | #include "apps.h" | 54 | #include "apps.h" |
| 55 | 55 | ||
| 56 | #include <openssl/bn.h> | 56 | #include <openssl/bn.h> |
| 57 | #include <openssl/err.h> | ||
| 57 | 58 | ||
| 58 | struct { | 59 | struct { |
| 59 | int bits; | 60 | int bits; |
