diff options
| -rw-r--r-- | src/lib/libcrypto/bn/bn_prime.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/bn/bn_prime.c b/src/lib/libcrypto/bn/bn_prime.c index c07fcedcda..3d7f18a8ea 100644 --- a/src/lib/libcrypto/bn/bn_prime.c +++ b/src/lib/libcrypto/bn/bn_prime.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: bn_prime.c,v 1.36 2025/11/06 09:04:14 tb Exp $ */ | 1 | /* $OpenBSD: bn_prime.c,v 1.37 2025/11/08 16:27:33 tb 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 | * |
| @@ -109,8 +109,9 @@ | |||
| 109 | * | 109 | * |
| 110 | */ | 110 | */ |
| 111 | 111 | ||
| 112 | #include <stdio.h> | 112 | #include <stddef.h> |
| 113 | #include <time.h> | 113 | |
| 114 | #include <openssl/bn.h> | ||
| 114 | 115 | ||
| 115 | #include "bn_local.h" | 116 | #include "bn_local.h" |
| 116 | #include "err_local.h" | 117 | #include "err_local.h" |
