From f0030cb3d36507775af6db668b87cf6d9558fbfa Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 21 Dec 2025 07:31:22 +0000 Subject: conf_api: remove CONF_DEBUG and disabling of assert() The only thing CONF_DEBUG has done in ages is defining NDEBUG in a file that does not contain a single assert. Kill it. ok jsing kenjiro --- src/lib/libcrypto/conf/conf_api.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/conf/conf_api.c b/src/lib/libcrypto/conf/conf_api.c index ef6e073b43..0d5a67d9a5 100644 --- a/src/lib/libcrypto/conf/conf_api.c +++ b/src/lib/libcrypto/conf/conf_api.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf_api.c,v 1.28 2025/12/20 21:05:28 tb Exp $ */ +/* $OpenBSD: conf_api.c,v 1.29 2025/12/21 07:31:22 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,11 +56,6 @@ * [including the GNU Public Licence.] */ -#ifndef CONF_DEBUG -# undef NDEBUG /* avoid conflicting definitions */ -# define NDEBUG -#endif - #include #include #include -- cgit v1.2.3-55-g6feb