From 677808048e318ef0c4ad69c0c2cc8d82167bffbe Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Wed, 28 Jan 2026 17:30:35 -0800 Subject: openssl: import 3.0.19 This change adds OpenSSL 3.0.19 from upstream [1]. The 3.0.19 artifact was been verified via PGP key [2] and by SHA256 checksum [3]. This is a security release, but also contains several bugfixes. More information about the release (from a high level) can be found in the release notes [4]. 1. https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz 2. https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz.asc 3. https://github.com/openssl/openssl/releases/download/openssl-3.0.19/openssl-3.0.19.tar.gz.sha256 4. https://github.com/openssl/openssl/blob/openssl-3.0.19/NEWS.md --- include/crypto/engineerr.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/crypto/engineerr.h') diff --git a/include/crypto/engineerr.h b/include/crypto/engineerr.h index 737c841d645a..e5d3c572c88a 100644 --- a/include/crypto/engineerr.h +++ b/include/crypto/engineerr.h @@ -9,22 +9,22 @@ */ #ifndef OSSL_CRYPTO_ENGINEERR_H -# define OSSL_CRYPTO_ENGINEERR_H -# pragma once +#define OSSL_CRYPTO_ENGINEERR_H +#pragma once -# include -# include +#include +#include -# ifdef __cplusplus +#ifdef __cplusplus extern "C" { -# endif +#endif -# ifndef OPENSSL_NO_ENGINE +#ifndef OPENSSL_NO_ENGINE int ossl_err_load_ENGINE_strings(void); -# endif +#endif -# ifdef __cplusplus +#ifdef __cplusplus } -# endif +#endif #endif -- cgit v1.3