Add DSO_global_lookup_func implementation. See commentary in dso_lib.c
[openssl.git] / apps / dh.c
index cd01fed139874a64507cab2cca0cd225df24b932..c4d891e125ea1e3ed42145b6382b7423ecff4b43 100644 (file)
--- a/apps/dh.c
+++ b/apps/dh.c
@@ -57,6 +57,7 @@
  * [including the GNU Public Licence.]
  */
 
+#include <openssl/opensslconf.h>       /* for OPENSSL_NO_DH */
 #ifndef OPENSSL_NO_DH
 #include <stdio.h>
 #include <stdlib.h>