The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Jan 2003 18:52:46 +0000 (18:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 30 Jan 2003 18:52:46 +0000 (18:52 +0000)
commit5fe11c7533f43fd49bcf20992c8eb7c6f773770d
treef7e6d3a7b5ae4d88990045071c5d039c720f25e8
parenta1d57849b3b0248d7b159849675e3a695ee1765c
The OPENSSL_NO_ENGINE has small problem: it changes certain structures.  That's
bad, so let's not check OPENSSL_NO_ENGINE in those places.  Fortunately, all
the header files where the problem existed include ossl_typ.h, which makes
a 'forward declaration' of the ENGINE type.
crypto/dh/dh.h
crypto/dsa/dsa.h
crypto/evp/evp.h
crypto/rsa/rsa.h