]> git.sur5r.net Git - openldap/commitdiff
Cleanup warnings
authorHoward Chu <hyc@openldap.org>
Thu, 25 Jan 2018 15:36:00 +0000 (15:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Fri, 9 Feb 2018 17:50:45 +0000 (17:50 +0000)
libraries/libldap/tls_o.c

index c4f9ddc5e91f49a3f6aea2395197b2f2d154374b..6ed8035f5c8d81c532a901828f41926816628cb7 100644 (file)
@@ -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) );