summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-03-01 10:11:19 +0000
committertb <>2025-03-01 10:11:19 +0000
commit540617e1bfc1fe938a59ccb742dff232d7b88a0f (patch)
tree35f93daa49fd064614656cef609d343f34351b54
parent839431de11a461fd6a86b2b1f58bcc6084760fd0 (diff)
downloadopenbsd-540617e1bfc1fe938a59ccb742dff232d7b88a0f.tar.gz
openbsd-540617e1bfc1fe938a59ccb742dff232d7b88a0f.tar.bz2
openbsd-540617e1bfc1fe938a59ccb742dff232d7b88a0f.zip
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).
-rw-r--r--src/lib/libcrypto/conf/conf.h5
1 files changed, 1 insertions, 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 @@
1/* $OpenBSD: conf.h,v 1.27 2024/08/31 09:54:31 tb Exp $ */ 1/* $OpenBSD: conf.h,v 1.28 2025/03/01 10:11:19 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -107,9 +107,6 @@ typedef void conf_finish_func(CONF_IMODULE *md);
107void OPENSSL_config(const char *config_name); 107void OPENSSL_config(const char *config_name);
108void OPENSSL_no_config(void); 108void OPENSSL_no_config(void);
109 109
110/* New conf code. The semantics are different from the functions above.
111 If that wasn't the case, the above functions would have been replaced */
112
113struct conf_st { 110struct conf_st {
114 const CONF_METHOD *meth; 111 const CONF_METHOD *meth;
115 LHASH_OF(CONF_VALUE) *data; 112 LHASH_OF(CONF_VALUE) *data;