diff options
author | jsg <> | 2024-05-19 07:12:50 +0000 |
---|---|---|
committer | jsg <> | 2024-05-19 07:12:50 +0000 |
commit | 05e553f5567082e370f1d32138837e1813d2256d (patch) | |
tree | a9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libcrypto/conf | |
parent | 184d5ae7d3f34aadc94fdd8d24bccddb5fa1e5ff (diff) | |
download | openbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.gz openbsd-05e553f5567082e370f1d32138837e1813d2256d.tar.bz2 openbsd-05e553f5567082e370f1d32138837e1813d2256d.zip |
remove prototypes with no matching function
feedback and ok tb@
Diffstat (limited to 'src/lib/libcrypto/conf')
-rw-r--r-- | src/lib/libcrypto/conf/conf_api.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/conf/conf_api.h b/src/lib/libcrypto/conf/conf_api.h index 95f9386226..2793e8413b 100644 --- a/src/lib/libcrypto/conf/conf_api.h +++ b/src/lib/libcrypto/conf/conf_api.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: conf_api.h,v 1.4 2014/06/12 15:49:28 deraadt Exp $ */ | 1 | /* $OpenBSD: conf_api.h,v 1.5 2024/05/19 07:12:50 jsg 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 | * |
@@ -77,7 +77,6 @@ STACK_OF(CONF_VALUE) *_CONF_get_section_values(const CONF *conf, | |||
77 | int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); | 77 | int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value); |
78 | char *_CONF_get_string(const CONF *conf, const char *section, | 78 | char *_CONF_get_string(const CONF *conf, const char *section, |
79 | const char *name); | 79 | const char *name); |
80 | long _CONF_get_number(const CONF *conf, const char *section, const char *name); | ||
81 | 80 | ||
82 | int _CONF_new_data(CONF *conf); | 81 | int _CONF_new_data(CONF *conf); |
83 | void _CONF_free_data(CONF *conf); | 82 | void _CONF_free_data(CONF *conf); |