mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-22 06:43:17 -05:00
cleanup
This commit is contained in:
parent
4e6ed7072d
commit
3484ddff18
1 changed files with 2 additions and 1 deletions
|
|
@ -880,7 +880,8 @@ tls_get_cert( SSL *s )
|
|||
}
|
||||
|
||||
int
|
||||
ldap_pvt_tls_get_peer_dn( void *s, struct berval *dn, LDAPDN_rewrite_dummy *func, unsigned flags )
|
||||
ldap_pvt_tls_get_peer_dn( void *s, struct berval *dn,
|
||||
LDAPDN_rewrite_dummy *func, unsigned flags )
|
||||
{
|
||||
X509 *x;
|
||||
X509_NAME *xn;
|
||||
|
|
|
|||
Loading…
Reference in a new issue