summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ocsp/ocsp_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ocsp/ocsp_ext.c')
-rw-r--r--src/lib/libcrypto/ocsp/ocsp_ext.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ocsp/ocsp_ext.c b/src/lib/libcrypto/ocsp/ocsp_ext.c
index a0e58e7401..c7b9d817ac 100644
--- a/src/lib/libcrypto/ocsp/ocsp_ext.c
+++ b/src/lib/libcrypto/ocsp/ocsp_ext.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ocsp_ext.c,v 1.10 2014/07/10 13:58:23 jsing Exp $ */ 1/* $OpenBSD: ocsp_ext.c,v 1.11 2014/07/11 08:44:49 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,14 +61,13 @@
61 * 61 *
62 */ 62 */
63 63
64#include <cryptlib.h>
65#include <stdio.h> 64#include <stdio.h>
66#include <string.h> 65#include <string.h>
67 66
68#include <openssl/objects.h> 67#include <openssl/objects.h>
69#include <openssl/x509.h>
70#include <openssl/ocsp.h> 68#include <openssl/ocsp.h>
71#include <openssl/rand.h> 69#include <openssl/rand.h>
70#include <openssl/x509.h>
72#include <openssl/x509v3.h> 71#include <openssl/x509v3.h>
73 72
74/* Standard wrapper functions for extensions */ 73/* Standard wrapper functions for extensions */