The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That's
authorRichard Levitte <levitte@openssl.org>
Thu, 30 Jan 2003 18:52:52 +0000 (18:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 30 Jan 2003 18:52:52 +0000 (18:52 +0000)
commitbd573ee31a61dd3d39a8141d314e5c824d20dbab
tree86bb25f6742031bc93e361b6a74430646afe3966
parent20dc82109229e829155b5266f6bd6736c9133298
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