From 0cea8832df37d8fd3e664caec8abbdaa002122b1 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Thu, 25 Feb 2016 18:11:16 +0000 Subject: Public API for Certificate Transparency Reviewed-by: Ben Laurie Reviewed-by: Rich Salz --- crypto/err/err_all.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crypto/err/err_all.c') diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 4932587c9f..345ce44023 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -98,7 +98,9 @@ #ifndef OPENSSL_NO_CMS # include #endif -#include +#ifndef OPENSSL_NO_CT +# include +#endif #include void err_load_crypto_strings_intern(void) -- cgit v1.2.3