Because ct_locl.h is used between modules, move it to internal headers
authorRichard Levitte <levitte@openssl.org>
Sun, 18 Oct 2015 06:57:37 +0000 (08:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 18 Oct 2015 18:35:22 +0000 (20:35 +0200)
Rename it to ct_int.h

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ct/ct_lib.c
crypto/include/internal/ct_int.h [moved from crypto/ct/ct_locl.h with 100% similarity]
crypto/x509v3/v3_scts.c

index 7945745da7921fef1d2e64628d3384e5aa774347..eac6035d4bda0ffdf9e6ccc9006f7aa5eff09ede 100644 (file)
@@ -61,7 +61,7 @@
 # include <limits.h>
 # include "internal/cryptlib.h"
 # include "../ssl/ssl_locl.h"
 # 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)
 {
 
 SCT *SCT_new(void)
 {
index 6d3665cf014fc24d0b1d6ba714009c8ed0f8abbc..777378cf7ef23ee795c0956e4d82b874406a915d 100644 (file)
@@ -61,7 +61,7 @@
 #include <openssl/asn1.h>
 #include <openssl/x509v3.h>
 #include "ext_dat.h"
 #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 */
 
 #ifndef OPENSSL_NO_CT
 /* Signature and hash algorithms from RFC 5246 */