X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2Fgendh.c;h=4581bfac7096f7786b1e212854817d993b68377d;hp=c8645a4993a69b9078813e8bdde06411617c3b30;hb=5bafb04d2e8a792afbc97395410ef3291f3fbc8b;hpb=07c4c14c4739da0c44562328afb6e7273e51298c diff --git a/apps/gendh.c b/apps/gendh.c index c8645a4993..4581bfac70 100644 --- a/apps/gendh.c +++ b/apps/gendh.c @@ -58,11 +58,6 @@ */ #include -/* Until the key-gen callbacks are modified to use newer prototypes, we allow - * deprecated functions for openssl-internal code */ -#ifdef OPENSSL_NO_DEPRECATED -#undef OPENSSL_NO_DEPRECATED -#endif #ifndef OPENSSL_NO_DH #include