Remove redundant OPENSSL_NO_DEPRECATED suppression
[openssl.git] / apps / gendh.c
index c8645a4993a69b9078813e8bdde06411617c3b30..4581bfac7096f7786b1e212854817d993b68377d 100644 (file)
  */
 
 #include <openssl/opensslconf.h>
-/* 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 <stdio.h>