Remove redundant OPENSSL_NO_DEPRECATED suppression
[openssl.git] / crypto / bn / bntest.c
index 6e18a6936317bc87049e4b27c6291b1f19b45c97..0fa2504cebc165d58fbb24e11f54e65d535134b2 100644 (file)
  *
  */
 
-/* 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>