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:
parent
76e0cd12f6
commit
eb6d5f9983
@ -61,7 +61,7 @@
|
|||||||
# include <limits.h>
|
# include <limits.h>
|
||||||
# include "internal/cryptlib.h"
|
# include "internal/cryptlib.h"
|
||||||
# include "../ssl/ssl_locl.h"
|
# include "../ssl/ssl_locl.h"
|
||||||
# include "ct_locl.h"
|
# include "internal/ct_int.h"
|
||||||
|
|
||||||
SCT *SCT_new(void)
|
SCT *SCT_new(void)
|
||||||
{
|
{
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
#include <openssl/asn1.h>
|
#include <openssl/asn1.h>
|
||||||
#include <openssl/x509v3.h>
|
#include <openssl/x509v3.h>
|
||||||
#include "ext_dat.h"
|
#include "ext_dat.h"
|
||||||
#include "crypto/ct/ct_locl.h"
|
#include "internal/ct_int.h"
|
||||||
|
|
||||||
#ifndef OPENSSL_NO_CT
|
#ifndef OPENSSL_NO_CT
|
||||||
/* Signature and hash algorithms from RFC 5246 */
|
/* Signature and hash algorithms from RFC 5246 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user