diff options
| author | tb <> | 2024-08-31 09:41:53 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:41:53 +0000 |
| commit | fc84d1fea737eb16413bd12216cd96db95b290c2 (patch) | |
| tree | 82c3879fada8ce2c25df980e1148e005da030c06 /src/lib/libcrypto/conf/conf.h | |
| parent | 3f796b469989d0e93492a6cb12d24e49b3a58dfd (diff) | |
| download | openbsd-fc84d1fea737eb16413bd12216cd96db95b290c2.tar.gz openbsd-fc84d1fea737eb16413bd12216cd96db95b290c2.tar.bz2 openbsd-fc84d1fea737eb16413bd12216cd96db95b290c2.zip | |
Inline NCONF_free_data in its only user
ok beck jsing
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 7ddb33ccd4..ebffab1401 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.22 2024/08/31 09:39:31 tb Exp $ */ | 1 | /* $OpenBSD: conf.h,v 1.23 2024/08/31 09:41:53 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 | CONF *NCONF_new(const CONF_METHOD *meth); | 133 | CONF *NCONF_new(const CONF_METHOD *meth); |
| 134 | const CONF_METHOD *NCONF_default(void); | 134 | const CONF_METHOD *NCONF_default(void); |
| 135 | void NCONF_free(CONF *conf); | 135 | void NCONF_free(CONF *conf); |
| 136 | void NCONF_free_data(CONF *conf); | ||
| 137 | 136 | ||
| 138 | int NCONF_load(CONF *conf, const char *file, long *eline); | 137 | int NCONF_load(CONF *conf, const char *file, long *eline); |
| 139 | int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); | 138 | int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); |
