From 540617e1bfc1fe938a59ccb742dff232d7b88a0f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sat, 1 Mar 2025 10:11:19 +0000 Subject: conf.h: remove outdated comment Despite the claim in this comment, the "new" conf code did replace the "old" conf code (which no longer exists in the public API). --- src/lib/libcrypto/conf/conf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h index e8873f6f75..58a90358b1 100644 --- a/src/lib/libcrypto/conf/conf.h +++ b/src/lib/libcrypto/conf/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.27 2024/08/31 09:54:31 tb Exp $ */ +/* $OpenBSD: conf.h,v 1.28 2025/03/01 10:11:19 tb Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -107,9 +107,6 @@ typedef void conf_finish_func(CONF_IMODULE *md); void OPENSSL_config(const char *config_name); void OPENSSL_no_config(void); -/* New conf code. The semantics are different from the functions above. - If that wasn't the case, the above functions would have been replaced */ - struct conf_st { const CONF_METHOD *meth; LHASH_OF(CONF_VALUE) *data; -- cgit v1.2.3-55-g6feb