summaryrefslogtreecommitdiffstats
path: root/crypto/ocsp/ocsp_asn.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_asn.c
parentfd865cadcb603918bdcfcf44e487721c657a1117 (diff)
Make OCSP structures opaque.
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/ocsp/ocsp_asn.c')
-rw-r--r--crypto/ocsp/ocsp_asn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ocsp/ocsp_asn.c b/crypto/ocsp/ocsp_asn.c
index e2e52e77af..c3362f0b97 100644
--- a/crypto/ocsp/ocsp_asn.c
+++ b/crypto/ocsp/ocsp_asn.c
@@ -59,6 +59,7 @@
#include <openssl/asn1.h>
#include <openssl/asn1t.h>
#include <openssl/ocsp.h>
+#include "ocsp_lcl.h"
ASN1_SEQUENCE(OCSP_SIGNATURE) = {
ASN1_SIMPLE(OCSP_SIGNATURE, signatureAlgorithm, X509_ALGOR),