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.
This commit is contained in:
Richard Levitte
2003-01-30 18:52:46 +00:00
parent a1d57849b3
commit 5fe11c7533
4 changed files with 0 additions and 10 deletions

View File

@@ -128,10 +128,8 @@ struct rsa_st
int pad;
long version;
const RSA_METHOD *meth;
#ifndef OPENSSL_NO_ENGINE
/* functional reference if 'meth' is ENGINE-provided */
ENGINE *engine;
#endif
BIGNUM *n;
BIGNUM *e;
BIGNUM *d;