Drop unnecessary OPENSSL_NO_DEPRECATED dance
authortb <tb@openbsd.org>
Sun, 20 Aug 2023 22:21:00 +0000 (22:21 +0000)
committertb <tb@openbsd.org>
Sun, 20 Aug 2023 22:21:00 +0000 (22:21 +0000)
regress/lib/libcrypto/dh/dhtest.c

index 41bc0b2..0df5427 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dhtest.c,v 1.13 2023/08/20 22:20:12 tb Exp $  */
+/*     $OpenBSD: dhtest.c,v 1.14 2023/08/20 22:21:00 tb Exp $  */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * [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 <err.h>
 #include <stdio.h>
 #include <stdlib.h>