diff options
author | tb <> | 2022-05-08 20:59:32 +0000 |
---|---|---|
committer | tb <> | 2022-05-08 20:59:32 +0000 |
commit | 8ce75307b6eeae36eef3a3458c5163787c3d2fb7 (patch) | |
tree | 5167ca966a810401b634b9f50af18b016856391f /src/lib/libcrypto/ct/ct_err.c | |
parent | 0c4b90d3ecf0e729e9cf6b3aa0825d0a8ca873d2 (diff) | |
download | openbsd-8ce75307b6eeae36eef3a3458c5163787c3d2fb7.tar.gz openbsd-8ce75307b6eeae36eef3a3458c5163787c3d2fb7.tar.bz2 openbsd-8ce75307b6eeae36eef3a3458c5163787c3d2fb7.zip |
Remove openssl/cterr.h and inline it in openssl/ct.h
ok jsing
Diffstat (limited to 'src/lib/libcrypto/ct/ct_err.c')
-rw-r--r-- | src/lib/libcrypto/ct/ct_err.c | 4 |
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 | ||