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>
This commit is contained in:
Richard Levitte 2015-10-18 08:57:37 +02:00
parent 76e0cd12f6
commit eb6d5f9983
3 changed files with 2 additions and 2 deletions

View File

@ -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)
{

View File

@ -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 */