Drop BN_NO_DEPRECATED dance from bn_test
authortb <tb@openbsd.org>
Mon, 10 Apr 2023 20:59:33 +0000 (20:59 +0000)
committertb <tb@openbsd.org>
Mon, 10 Apr 2023 20:59:33 +0000 (20:59 +0000)
regress/lib/libcrypto/bn/bn_test.c

index ed0ddab..51fd587 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: bn_test.c,v 1.14 2023/04/08 17:43:30 tb Exp $ */
+/*     $OpenBSD: bn_test.c,v 1.15 2023/04/10 20:59:33 tb Exp $ */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  *
  */
 
-/* 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>