-DOPENSSL_NO_ENGINE=1 still fails with #include <openssl/engine.h> #11331
Labels
Stale
waiting-on-reporter
Issue is waiting on a reply from the reporter. It will be automatically cloesd if there is no reply.
On a system without openssl engine, such as CentOS Stream 10, I cannot compile cryptography with
-DOPENSSL_NO_ENGINE=1
.Versions of Python,
cryptography
,cffi
,pip
, andsetuptools
you're using
How you installed
cryptography
CFLAGS=-DOPENSSL_NO_ENGINE=1 pip install cryptography --no-binary :all:
Clear steps for reproducing your bug
The text was updated successfully, but these errors were encountered: