summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
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)