diff options
| author | jsg <> | 2024-05-19 07:12:50 +0000 |
|---|---|---|
| committer | jsg <> | 2024-05-19 07:12:50 +0000 |
| commit | 9dd363a8109e5383b08891f9d0307a5d5aa2bc09 (patch) | |
| tree | a9e3f27188824105f77f68dbe9ae80aee57ba7ce /src/lib/libcrypto/conf | |
| parent | 2a2414e87248de1d6a6d027ac6b588df8921bf28 (diff) | |
| download | openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.gz openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.tar.bz2 openbsd-9dd363a8109e5383b08891f9d0307a5d5aa2bc09.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); |
