From e2c6bec025ef6e38bb95e4b173d4c896de74152e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 25 Jan 2018 15:36:00 +0000 Subject: [PATCH] Cleanup warnings --- libraries/libldap/tls_o.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ); -- 2.47.2