提交 eb6d5f99 编写于 作者: R Richard Levitte

Because ct_locl.h is used between modules, move it to internal headers

Rename it to ct_int.h
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 76e0cd12
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册