diff options
author | John Kohl <john.kohl@hcl.com> | 2023-07-26 14:16:54 +0200 |
---|---|---|
committer | Todd Short <todd.short@me.com> | 2023-07-27 16:05:53 +0200 |
commit | bdcaa47ddb86bfef8bbdebc02a7b72df49920b6d (patch) | |
tree | 24c7c58f102a667c4d550bf3f19e15710a51732c | |
parent | Add CHANGES.md and NEWS.md entries for CVE-2023-3817 (diff) | |
download | openssl-bdcaa47ddb86bfef8bbdebc02a7b72df49920b6d.tar.xz openssl-bdcaa47ddb86bfef8bbdebc02a7b72df49920b6d.zip |
Include <openssl/err.h> in include/refcount.h
Fixes #21555
CLA: trivial
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Todd Short <todd.short@me.com>
(Merged from https://github.com/openssl/openssl/pull/21561)
-rw-r--r-- | include/internal/refcount.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/refcount.h b/include/internal/refcount.h index fbab72e430..b82fba89ae 100644 --- a/include/internal/refcount.h +++ b/include/internal/refcount.h @@ -12,6 +12,7 @@ # include <openssl/e_os2.h> # include <openssl/trace.h> +# include <openssl/err.h> # if defined(OPENSSL_THREADS) && !defined(OPENSSL_DEV_NO_ATOMICS) # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \ |