]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/dsa/dsa_vrf.c
Add the possibility to build without the ENGINE framework.
[thirdparty/openssl.git] / crypto / dsa / dsa_vrf.c
index 066c6b5b2849d67c7661a4340a50f9a6f9375097..fffb129f8f3b59515f6f92c45941abb7c65f3834 100644 (file)
@@ -65,7 +65,9 @@
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
 #include <openssl/asn1_mac.h>
+#ifndef OPENSSL_NO_ENGINE
 #include <openssl/engine.h>
+#endif
 
 int DSA_do_verify(const unsigned char *dgst, int dgst_len, DSA_SIG *sig,
                  DSA *dsa)