From d57611ea1fa8be1930dfbc3f113674348d11f14c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 20 Mar 2016 10:14:13 -0400 Subject: ct_int.h only needed by crypto/ct Merge ct_int.h into ct_locl.h Reviewed-by: Viktor Dukhovni --- crypto/ct/ct_locl.h | 6 +++++- crypto/ct/ct_x509v3.c | 7 +------ 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'crypto/ct') diff --git a/crypto/ct/ct_locl.h b/crypto/ct/ct_locl.h index 66a6d1c..659120b 100644 --- a/crypto/ct/ct_locl.h +++ b/crypto/ct/ct_locl.h @@ -55,10 +55,10 @@ #endif #include - #include #include #include +#include #include /* @@ -214,3 +214,7 @@ __owur int SCT_is_complete(const SCT *sct); __owur int SCT_signature_is_complete(const SCT *sct); +/* + * Handlers for Certificate Transparency X509v3/OCSP extensions + */ +extern const X509V3_EXT_METHOD v3_ct_scts[]; diff --git a/crypto/ct/ct_x509v3.c b/crypto/ct/ct_x509v3.c index db2c0e4..ac37231 100644 --- a/crypto/ct/ct_x509v3.c +++ b/crypto/ct/ct_x509v3.c @@ -60,12 +60,7 @@ # error "CT is disabled" #endif -#include -#include -#include -#include - -#include "internal/ct_int.h" +#include "ct_locl.h" static char *i2s_poison(const X509V3_EXT_METHOD *method, void *val) { -- cgit v1.1