diff --git a/crypto/ct/ct_lib.c b/crypto/ct/ct_lib.c index 7945745da..eac6035d4 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 6d3665cf0..777378cf7 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 */