fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()
[oweals/openssl.git] / crypto / dsa / dsa_sign.c
index e9469ca62fd6f8a95c19323c3ad8178da1b50063..89205026f01b71d40a331013bee9ef897b72b6ac 100644 (file)
@@ -64,7 +64,6 @@
 #include <openssl/dsa.h>
 #include <openssl/rand.h>
 #include <openssl/asn1.h>
-#include <openssl/engine.h>
 
 DSA_SIG * DSA_do_sign(const unsigned char *dgst, int dlen, DSA *dsa)
        {