X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=apps%2Fgendh.c;h=b3c19581d350370dc6df0a80ece47dec90ab6d08;hp=e3be0827c1284e7b7b7cabaca3854d3455e5f7d2;hb=f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee;hpb=b64f825671861144e1c24f2a5498a95a083021cd diff --git a/apps/gendh.c b/apps/gendh.c index e3be0827c1..b3c19581d3 100644 --- a/apps/gendh.c +++ b/apps/gendh.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_DH #include #include #include @@ -219,5 +220,4 @@ static long dh_load_rand(char *name) } return(tot); } - - +#endif