diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/conf/conf.h | 5 |
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); | |||
| 107 | void OPENSSL_config(const char *config_name); | 107 | void OPENSSL_config(const char *config_name); |
| 108 | void OPENSSL_no_config(void); | 108 | void 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 | |||
| 113 | struct conf_st { | 110 | struct conf_st { |
| 114 | const CONF_METHOD *meth; | 111 | const CONF_METHOD *meth; |
| 115 | LHASH_OF(CONF_VALUE) *data; | 112 | LHASH_OF(CONF_VALUE) *data; |
