X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fgendh.c;h=b3c19581d350370dc6df0a80ece47dec90ab6d08;hb=7e701817234ff2be2a745fc63f32ccb5e874854c;hp=e3be0827c1284e7b7b7cabaca3854d3455e5f7d2;hpb=a9be3af5ad4836f7e50f0546311ca90c717b861e;p=oweals%2Fopenssl.git 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