diff options
Diffstat (limited to 'src/lib/libcrypto/conf/conf.h')
| -rw-r--r-- | src/lib/libcrypto/conf/conf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf.h b/src/lib/libcrypto/conf/conf.h index feccaafb05..59222e8ca1 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.19 2024/08/31 09:26:18 tb Exp $ */ | 1 | /* $OpenBSD: conf.h,v 1.20 2024/08/31 09:34:05 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 | * |
| @@ -133,7 +133,6 @@ struct conf_st { | |||
| 133 | 133 | ||
| 134 | CONF *NCONF_new(CONF_METHOD *meth); | 134 | CONF *NCONF_new(CONF_METHOD *meth); |
| 135 | CONF_METHOD *NCONF_default(void); | 135 | CONF_METHOD *NCONF_default(void); |
| 136 | CONF_METHOD *NCONF_WIN32(void); | ||
| 137 | void NCONF_free(CONF *conf); | 136 | void NCONF_free(CONF *conf); |
| 138 | void NCONF_free_data(CONF *conf); | 137 | void NCONF_free_data(CONF *conf); |
| 139 | 138 | ||
