New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / gendh.c
index e3be0827c1284e7b7b7cabaca3854d3455e5f7d2..b3c19581d350370dc6df0a80ece47dec90ab6d08 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_DH
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
@@ -219,5 +220,4 @@ static long dh_load_rand(char *name)
                }
        return(tot);
        }
                }
        return(tot);
        }
-
-
+#endif