Issue 9058 - [PATCH]Fix implicit function declaration
Summary: [PATCH]Fix implicit function declaration
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: 2.5.0
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-31 06:39 UTC by rosenp@gmail.com
Modified: 2020-04-19 19:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description rosenp@gmail.com 2019-07-31 06:39:49 UTC
Full_Name: 
Version: 
OS: 
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (76.14.106.55)


--- a/libraries/libldap/tls2.c
+++ b/libraries/libldap/tls2.c
@@ -41,6 +41,7 @@ static tls_impl *tls_imp = &ldap_int_tls_impl;
 #define HAS_TLS( sb )	ber_sockbuf_ctrl( sb, LBER_SB_OPT_HAS_IO, \
 				(void *)tls_imp->ti_sbio )
 
+static int ldap_pvt_tls_check_hostname( LDAP *ld, void *s, const char *name_in
);
 #endif /* HAVE_TLS */
 
 #ifdef LDAP_DEVEL
Comment 1 Ryan Tandy 2020-03-27 16:41:27 UTC
Already fixed in 2.5 by cd914149a665167b2c5ae16baa0c438824588819