Reformat/tidy some of the ASN1 code.
[openssl.git] / crypto / dh / dh_key.c
index 1a0efca2c4c19c0eb319e48b2ac30d3371cac7df..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);
@@ -90,6 +89,7 @@ dh_bn_mod_exp,
 dh_init,
 dh_finish,
 0,
+NULL,
 NULL
 };