summaryrefslogtreecommitdiffstats
path: root/crypto/ct/ct_err.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/ct/ct_err.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/ct/ct_err.c')
-rw-r--r--crypto/ct/ct_err.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto/ct/ct_err.c b/crypto/ct/ct_err.c
index b2ba432e24..033872e096 100644
--- a/crypto/ct/ct_err.c
+++ b/crypto/ct/ct_err.c
@@ -1,4 +1,3 @@
-/* ct_err.c */
/* ====================================================================
* Copyright (c) 1999-2016 The OpenSSL Project. All rights reserved.
*
@@ -61,7 +60,7 @@
#include <stdio.h>
#include <openssl/err.h>
-#include <internal/ct_int.h>
+#include <openssl/ct.h>
/* BEGIN ERROR CODES */
#ifndef OPENSSL_NO_ERR