summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x_x509.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-09-22 16:23:05 +0200
committerDr. Stephen Henson <steve@openssl.org>2015-09-22 22:15:55 +0200
commit94e84f5e958f82a9636734b56fcf17f466bfe4e4 (patch)
tree4068fbb73dcc5c18e212b81453d945534b138620 /crypto/x509/x_x509.c
parentDocument X509_get0_subject_key_id() (diff)
downloadopenssl-94e84f5e958f82a9636734b56fcf17f466bfe4e4.tar.xz
openssl-94e84f5e958f82a9636734b56fcf17f466bfe4e4.zip
header includes
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509/x_x509.c')
-rw-r--r--crypto/x509/x_x509.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c
index d775eeb162..028c75a924 100644
--- a/crypto/x509/x_x509.c
+++ b/crypto/x509/x_x509.c
@@ -62,6 +62,7 @@
#include <openssl/asn1t.h>
#include <openssl/x509.h>
#include <openssl/x509v3.h>
+#include "internal/x509_int.h"
ASN1_SEQUENCE_enc(X509_CINF, enc, 0) = {
ASN1_EXP_OPT(X509_CINF, version, ASN1_INTEGER, 0),