Follow on from CVE-2014-3571. This fixes the code that was the original source
[oweals/openssl.git] / apps / genrsa.c
index 54e30d343bdb5272dfa1c4bbc3dc786ebce979a2..fe00af9bd2d20bc07e57716b55f89869e665345e 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_RSA
 #include <stdio.h>