summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/conf/conf.h
diff options
context:
space:
mode:
authortb <>2024-08-31 09:41:53 +0000
committertb <>2024-08-31 09:41:53 +0000
commitfc84d1fea737eb16413bd12216cd96db95b290c2 (patch)
tree82c3879fada8ce2c25df980e1148e005da030c06 /src/lib/libcrypto/conf/conf.h
parent3f796b469989d0e93492a6cb12d24e49b3a58dfd (diff)
downloadopenbsd-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.h3
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 {
133CONF *NCONF_new(const CONF_METHOD *meth); 133CONF *NCONF_new(const CONF_METHOD *meth);
134const CONF_METHOD *NCONF_default(void); 134const CONF_METHOD *NCONF_default(void);
135void NCONF_free(CONF *conf); 135void NCONF_free(CONF *conf);
136void NCONF_free_data(CONF *conf);
137 136
138int NCONF_load(CONF *conf, const char *file, long *eline); 137int NCONF_load(CONF *conf, const char *file, long *eline);
139int NCONF_load_bio(CONF *conf, BIO *bp, long *eline); 138int NCONF_load_bio(CONF *conf, BIO *bp, long *eline);