make
[openssl.git] / ssl / d1_clnt.c
index bcf5ebbd3ed737dbfac91f52bd63970e64414787..c0247faa9882b5c2d432b1885de0f0d3bf510785 100644 (file)
 #include <openssl/objects.h>
 #include <openssl/evp.h>
 #include <openssl/md5.h>
+#include <openssl/bn.h>
+#ifndef OPENSSL_NO_DH
+#include <openssl/dh.h>
+#endif
 
 static SSL_METHOD *dtls1_get_client_method(int ver);
 static int dtls1_get_hello_verify(SSL *s);