Another OPENSSL_NO_DEPRECATED hits the bit bucket
authortb <tb@openbsd.org>
Sun, 20 Aug 2023 22:22:55 +0000 (22:22 +0000)
committertb <tb@openbsd.org>
Sun, 20 Aug 2023 22:22:55 +0000 (22:22 +0000)
regress/lib/libcrypto/dsa/dsatest.c

index b21f1b9..6234345 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: dsatest.c,v 1.8 2023/08/12 06:23:59 tb Exp $  */
+/*     $OpenBSD: dsatest.c,v 1.9 2023/08/20 22:22:55 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>