summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-03-01 10:11:19 +0000
committertb <>2025-03-01 10:11:19 +0000
commitb153a3d8f93c3656a3ebfecf4dec185b9f3dfc81 (patch)
tree35f93daa49fd064614656cef609d343f34351b54 /src
parenta50fd17a939d1c58c8781d7177f0cffcbe9c0c9f (diff)
downloadopenbsd-b153a3d8f93c3656a3ebfecf4dec185b9f3dfc81.tar.gz
openbsd-b153a3d8f93c3656a3ebfecf4dec185b9f3dfc81.tar.bz2
openbsd-b153a3d8f93c3656a3ebfecf4dec185b9f3dfc81.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).
Diffstat (limited to 'src')
-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;