Tongsuo-Project / Tongsuo

铜锁/Tongsuo is a Modern Cryptographic Primitives and Protocols Library
https://www.tongsuo.net
Apache License 2.0
1.16k stars 186 forks source link

Define OPENSSL_NO_<algo> for alrorithms which has been removed #642

Closed dongbeiouba closed 4 months ago

dongbeiouba commented 4 months ago

Fixes #638

To keep backward compatibility, still define the macro OPENSSLNO for the algorithm which has been removed by Tongsuo to solve compilation problems.

Checklist