From: Doug E. <no...@gi...> - 2019-07-31 18:12:33
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 93bdc8c826205637cf1dcafec24dc4f3615e0003 https://github.com/OpenSC/OpenSC/commit/93bdc8c826205637cf1dcafec24dc4f3615e0003 Author: Doug Engert <dee...@gm...> Date: 2019-07-31 (Wed, 31 Jul 2019) Changed paths: M src/libopensc/sc-ossl-compat.h Log Message: ----------- Support OpenSSL when deprecated defines have been removed Fixes 1755 sc-ossl-compat.h will check if OpenSSL has been built with or without some deprecated defines. OpenSSL will provide defines for some of these if built to still support depreacted routines but not if built with "no-depracted". . This commit will define some of the needed defines if ther are not defined by OpenSSL. Thus if a distro builds OpenSSL with "no-depracted" it can still be used. On branch fix-1755 Changes to be committed: modified: src/libopensc/sc-ossl-compat.h |