summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_ext.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-03-05 13:41:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-03-05 14:47:48 +0000
commit6ef869d7d0a9d2e7ea7908c0b5aab1cb451e00fa (patch)
tree057b8c4f5460cc5bd09c8768a81fa07a9ebc6cb2 /crypto/ocsp/ocsp_ext.c
parentfd865cadcb603918bdcfcf44e487721c657a1117 (diff)
Make OCSP structures opaque.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/ocsp/ocsp_ext.c')
-rw-r--r--crypto/ocsp/ocsp_ext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c
index ce31b1b832..04ae17f8a7 100644
--- a/crypto/ocsp/ocsp_ext.c
+++ b/crypto/ocsp/ocsp_ext.c
@@ -69,6 +69,7 @@
#include <openssl/objects.h>
#include <openssl/x509.h>
#include <openssl/ocsp.h>
+#include "ocsp_lcl.h"
#include <openssl/rand.h>
#include <openssl/x509v3.h>