Remove redundant OPENSSL_NO_DEPRECATED suppression
[openssl.git] / crypto / dh / dhtest.c
index c98c8047a62b3ddbeccfdc66da21df9692d09ccf..f4c2fd9ceaad36f32771088da05870ecf656495b 100644 (file)
  * [including the GNU Public Licence.]
  */
 
-/* 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
-
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>