From: Fabrice F. <no...@gi...> - 2022-08-22 09:47:05
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: f5e13431419a43eb8df07ee0801a5b21d372adce https://github.com/OpenSC/OpenSC/commit/f5e13431419a43eb8df07ee0801a5b21d372adce Author: Fabrice Fontaine <fon...@gm...> Date: 2022-08-22 (Mon, 22 Aug 2022) Changed paths: M src/libopensc/sc-ossl-compat.h Log Message: ----------- Fix build with libressl >= 3.5.0 libressl added back FIPS_mode since version 3.5.0 and https://github.com/libressl-portable/openbsd/commit/a97eabc90d7647e374c1c6da686aeec63c49ff14 libressl provides X509_get_extension_flags since version 3.5.0 and https://github.com/libressl-portable/openbsd/commit/3180723224c1b2c7856a110b8213e4966995d7e0 Signed-off-by: Fabrice Fontaine <fon...@gm...> |