mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
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 "internal/cryptlib.h"
|
||||
# include "../ssl/ssl_locl.h"
|
||||
# include "ct_locl.h"
|
||||
# include "internal/ct_int.h"
|
||||
|
||||
SCT *SCT_new(void)
|
||||
{
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user