diff options
| author | tb <> | 2024-08-31 09:41:53 +0000 |
|---|---|---|
| committer | tb <> | 2024-08-31 09:41:53 +0000 |
| commit | 4cc1384c3d5bce74b01be7b3ccca401fd1890ee3 (patch) | |
| tree | 82c3879fada8ce2c25df980e1148e005da030c06 /src/lib/libcrypto/conf/conf.h | |
| parent | c6ff9992123d41fbd71d986b1491805789c71e99 (diff) | |
| download | openbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.tar.gz openbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.tar.bz2 openbsd-4cc1384c3d5bce74b01be7b3ccca401fd1890ee3.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); |
