summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ct/ct_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ct/ct_err.c')
-rw-r--r--src/lib/libcrypto/ct/ct_err.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ct/ct_err.c b/src/lib/libcrypto/ct/ct_err.c
index fc9ca0cbf8..01b6a7c209 100644
--- a/src/lib/libcrypto/ct/ct_err.c
+++ b/src/lib/libcrypto/ct/ct_err.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ct_err.c,v 1.5 2021/12/18 16:50:40 tb Exp $ */ 1/* $OpenBSD: ct_err.c,v 1.6 2022/05/08 20:59:32 tb Exp $ */
2/* ==================================================================== 2/* ====================================================================
3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved. 3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved.
4 * 4 *
@@ -58,8 +58,8 @@
58 * only reason strings will be preserved. 58 * only reason strings will be preserved.
59 */ 59 */
60 60
61#include <openssl/ct.h>
61#include <openssl/err.h> 62#include <openssl/err.h>
62#include <openssl/cterr.h>
63 63
64#ifndef OPENSSL_NO_ERR 64#ifndef OPENSSL_NO_ERR
65 65