mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-20 00:10:59 -05:00
Cleanup warnings
This commit is contained in:
parent
3b56db209a
commit
e2c6bec025
1 changed files with 1 additions and 1 deletions
|
|
@ -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) );
|
||||
|
|
|
|||
Loading…
Reference in a new issue