summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-10-18 08:57:37 +0200
committerRichard Levitte <levitte@openssl.org>2015-10-18 20:35:22 +0200
commiteb6d5f99831e013945f002989e1060095b51345e (patch)
tree6d74fee71d4828075356cdfa3f134b9a02ca7bac /crypto/x509v3
parent76e0cd12f68f0b8173bc71ee6e9ad3ca453d5a28 (diff)
Because ct_locl.h is used between modules, move it to internal headers
Rename it to ct_int.h Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/x509v3')
-rw-r--r--crypto/x509v3/v3_scts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c
index 6d3665cf01..777378cf7e 100644
--- a/crypto/x509v3/v3_scts.c
+++ b/crypto/x509v3/v3_scts.c
@@ -61,7 +61,7 @@
#include <openssl/asn1.h>
#include <openssl/x509v3.h>
#include "ext_dat.h"
-#include "crypto/ct/ct_locl.h"
+#include "internal/ct_int.h"
#ifndef OPENSSL_NO_CT
/* Signature and hash algorithms from RFC 5246 */