summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-02-25 18:11:16 +0000
committerRich Salz <rsalz@openssl.org>2016-02-26 14:57:29 -0500
commit0cea8832df37d8fd3e664caec8abbdaa002122b1 (patch)
tree64ca3e44191f81b12c7a3f75baff67612679f85f /crypto/err/err_all.c
parent186d04a543498753103f4b6e99f3d4460fe2676d (diff)
Public API for Certificate Transparency
Reviewed-by: Ben Laurie <ben@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c4
1 files changed, 3 insertions, 1 deletions
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 <openssl/cms.h>
#endif
-#include <internal/ct_int.h>
+#ifndef OPENSSL_NO_CT
+# include <openssl/ct.h>
+#endif
#include <openssl/async.h>
void err_load_crypto_strings_intern(void)