diff options
Diffstat (limited to 'src/lib/libcrypto/rsa/rsa_depr.c')
| -rw-r--r-- | src/lib/libcrypto/rsa/rsa_depr.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/libcrypto/rsa/rsa_depr.c b/src/lib/libcrypto/rsa/rsa_depr.c index f66c832b2a..547f9a491e 100644 --- a/src/lib/libcrypto/rsa/rsa_depr.c +++ b/src/lib/libcrypto/rsa/rsa_depr.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: rsa_depr.c,v 1.6 2014/07/10 07:43:11 jsing Exp $ */ | 1 | /* $OpenBSD: rsa_depr.c,v 1.7 2014/07/10 22:45:57 jsing Exp $ */ |
| 2 | /* ==================================================================== | 2 | /* ==================================================================== |
| 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
| 4 | * | 4 | * |
| @@ -58,6 +58,9 @@ | |||
| 58 | 58 | ||
| 59 | #include <stdio.h> | 59 | #include <stdio.h> |
| 60 | #include <time.h> | 60 | #include <time.h> |
| 61 | |||
| 62 | #include <openssl/opensslconf.h> | ||
| 63 | |||
| 61 | #include "cryptlib.h" | 64 | #include "cryptlib.h" |
| 62 | #include <openssl/bn.h> | 65 | #include <openssl/bn.h> |
| 63 | #include <openssl/rsa.h> | 66 | #include <openssl/rsa.h> |
