summaryrefslogtreecommitdiffstats
path: root/crypto
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
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')
-rw-r--r--crypto/ct/ct_lib.c2
-rw-r--r--crypto/include/internal/ct_int.h (renamed from crypto/ct/ct_locl.h)0
-rw-r--r--crypto/x509v3/v3_scts.c2
3 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ct/ct_lib.c b/crypto/ct/ct_lib.c
index 7945745da7..eac6035d4b 100644
--- a/crypto/ct/ct_lib.c
+++ b/crypto/ct/ct_lib.c
@@ -61,7 +61,7 @@
# include <limits.h>
# include "internal/cryptlib.h"
# include "../ssl/ssl_locl.h"
-# include "ct_locl.h"
+# include "internal/ct_int.h"
SCT *SCT_new(void)
{
diff --git a/crypto/ct/ct_locl.h b/crypto/include/internal/ct_int.h
index 2d8e045cdf..2d8e045cdf 100644
--- a/crypto/ct/ct_locl.h
+++ b/crypto/include/internal/ct_int.h
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 */