We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in form
[openssl.git] / crypto / dsa / dsa_ossl.c
index b6e08584a68758eb861dd1bf23051a88b11089b9..c3ad7a14abdf830f109d812171e28556497a9563 100644 (file)
@@ -64,9 +64,6 @@
 #include <openssl/dsa.h>
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
-#ifndef OPENSSL_NO_ENGINE
-#include <openssl/engine.h>
-#endif
 
 static DSA_SIG *dsa_do_sign(const unsigned char *dgst, int dlen, DSA *dsa);
 static int dsa_sign_setup(DSA *dsa, BN_CTX *ctx_in, BIGNUM **kinvp, BIGNUM **rp);