Add the possibility to build without the ENGINE framework.
[openssl.git] / crypto / dh / dh.h
index 62dba4055c7fc84e7ec77fa276c2684546ad0906..38214082f7ef168a08ac3184fc942aacb06e7a9c 100644 (file)
@@ -119,7 +119,9 @@ struct dh_st
        int references;
        CRYPTO_EX_DATA ex_data;
        const DH_METHOD *meth;
+#ifndef OPENSSL_NO_ENGINE
        ENGINE *engine;
+#endif
        };
 
 #define DH_GENERATOR_2         2