Reformat/tidy some of the ASN1 code.
[openssl.git] / crypto / dh / dh_key.c
index 5e58e0032f559a289464a4782f0e1d6027172b9a..48e7be45c5cb7a08f500dae90ca9ca86a278a91c 100644 (file)
@@ -61,7 +61,6 @@
 #include <openssl/bn.h>
 #include <openssl/rand.h>
 #include <openssl/dh.h>
-#include <openssl/engine.h>
 
 static int generate_key(DH *dh);
 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);