From: Howard Chu Date: Thu, 25 Jan 2018 15:36:00 +0000 (+0000) Subject: Cleanup warnings X-Git-Tag: OPENLDAP_REL_ENG_2_4_46~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2c6bec025ef6e38bb95e4b173d4c896de74152e;p=thirdparty%2Fopenldap.git Cleanup warnings --- diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c index c4f9ddc5e9..6ed8035f5c 100644 --- a/libraries/libldap/tls_o.c +++ b/libraries/libldap/tls_o.c @@ -121,7 +121,7 @@ static void tlso_thr_init( void ) {} * OpenSSL 1.1 API and later makes the BIO method concrete types internal. */ -static const BIO_METHOD * +static BIO_METHOD * BIO_meth_new( int type, const char *name ) { BIO_METHOD *method = LDAP_MALLOC( sizeof(BIO_METHOD) );