]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Include <openssl/err.h> in include/refcount.h
authorJohn Kohl <john.kohl@hcl.com>
Wed, 26 Jul 2023 12:16:54 +0000 (08:16 -0400)
committerTodd Short <todd.short@me.com>
Thu, 27 Jul 2023 14:05:53 +0000 (10:05 -0400)
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)

include/internal/refcount.h

index fbab72e430ab9d94c7c302b2654cf2f58df436c8..b82fba89ae4d60c8f39b0e75896351b41063e305 100644 (file)
@@ -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 \