pyca / cryptography

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers.
https://cryptography.io
Other
6.54k stars 1.5k forks source link

-DOPENSSL_NO_ENGINE=1 still fails with #include <openssl/engine.h> #11331

Open hroncok opened 1 month ago

hroncok commented 1 month ago

On a system without openssl engine, such as CentOS Stream 10, I cannot compile cryptography with -DOPENSSL_NO_ENGINE=1.

alex commented 1 month ago

Your colleague has sent https://github.com/pyca/cryptography/pull/11328 to resolve this.

hroncok commented 1 month ago

I see it now, sorry for the noise. I started typing this before the PR was open.