Add the possibility to build without the ENGINE framework.
[openssl.git] / crypto / rsa / rsa.h
index b005b4b0b37564092ab66d766344bc2ac4969856..68696f8219f0ccfe8f9405a37f785ccfb651bfe4 100644 (file)
@@ -128,8 +128,10 @@ 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;