Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:24
erlang
0844-crypto-Add-HAS_LIBRESSL_VSN.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0844-crypto-Add-HAS_LIBRESSL_VSN.patch of Package erlang
From ab9bef26124314605da268e70cd98e3a1442ade5 Mon Sep 17 00:00:00 2001 From: Sverker Eriksson <sverker@erlang.org> Date: Mon, 12 Jun 2023 19:54:42 +0200 Subject: [PATCH 4/5] crypto: Add HAS_LIBRESSL_VSN LIBRESSL_VERSION_NUMBER or 0 if not LibreSSL --- lib/crypto/c_src/openssl_version.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/crypto/c_src/openssl_version.h b/lib/crypto/c_src/openssl_version.h index 2391adb09b..cdd3b835b5 100644 --- a/lib/crypto/c_src/openssl_version.h +++ b/lib/crypto/c_src/openssl_version.h @@ -25,6 +25,9 @@ #ifdef LIBRESSL_VERSION_NUMBER # define HAS_LIBRESSL +# define HAS_LIBRESSL_VSN LIBRESSL_VERSION_NUMBER +#else +# define HAS_LIBRESSL_VSN 0 #endif /* Helper macros to construct a OPENSSL_VERSION_NUMBER. -- 2.35.3
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor