diff options
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_lib.c')
| -rw-r--r-- | src/lib/libcrypto/ocsp/ocsp_lib.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_lib.c b/src/lib/libcrypto/ocsp/ocsp_lib.c index d32f063209..ce6b0dc65b 100644 --- a/src/lib/libcrypto/ocsp/ocsp_lib.c +++ b/src/lib/libcrypto/ocsp/ocsp_lib.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ocsp_lib.c,v 1.11 2014/07/09 20:34:29 tedu Exp $ */ | 1 | /* $OpenBSD: ocsp_lib.c,v 1.12 2014/07/10 13:58:23 jsing Exp $ */ |
| 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL | 2 | /* Written by Tom Titchener <Tom_Titchener@groove.net> for the OpenSSL |
| 3 | * project. */ | 3 | * project. */ |
| 4 | 4 | ||
| @@ -61,8 +61,10 @@ | |||
| 61 | * | 61 | * |
| 62 | */ | 62 | */ |
| 63 | 63 | ||
| 64 | #include <stdio.h> | ||
| 65 | #include <cryptlib.h> | 64 | #include <cryptlib.h> |
| 65 | #include <stdio.h> | ||
| 66 | #include <string.h> | ||
| 67 | |||
| 66 | #include <openssl/objects.h> | 68 | #include <openssl/objects.h> |
| 67 | #include <openssl/rand.h> | 69 | #include <openssl/rand.h> |
| 68 | #include <openssl/x509.h> | 70 | #include <openssl/x509.h> |
