Add the possibility to build without the ENGINE framework.
[openssl.git] / crypto / dsa / dsa.h
index 6ba79b01dfe853d6cb2ecd6100b13cb3a918c1c5..63fcce9a334a7a515005a2ede024c187cac239c3 100644 (file)
@@ -142,8 +142,10 @@ struct dsa_st
        int references;
        CRYPTO_EX_DATA ex_data;
        const DSA_METHOD *meth;
+#ifndef OPENSSL_NO_ENGINE
        /* functional reference if 'meth' is ENGINE-provided */
        ENGINE *engine;
+#endif
        };
 
 #define DSAparams_dup(x) (DSA *)ASN1_dup((int (*)())i2d_DSAparams, \