From: Richard Levitte Date: Sun, 18 Oct 2015 06:57:37 +0000 (+0200) Subject: Because ct_locl.h is used between modules, move it to internal headers X-Git-Tag: OpenSSL_1_1_0-pre1~408 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=eb6d5f99831e013945f002989e1060095b51345e Because ct_locl.h is used between modules, move it to internal headers Rename it to ct_int.h Reviewed-by: Rich Salz --- 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 # 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 similarity index 100% rename from crypto/ct/ct_locl.h rename to 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 #include #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 */