Skip to content

Commit a00bec1

Browse files
committed
add LDAP_OPT_X_TLS_ECNAME
1 parent 4fc7551 commit a00bec1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/ldap/ldap.c

+3
Original file line numberDiff line numberDiff line change
@@ -3741,6 +3741,9 @@ static int _php_ldap_tls_newctx(LDAP *ld)
37413741
#endif
37423742
#ifdef LDAP_OPT_X_TLS_DHFILE
37433743
LDAP_OPT_X_TLS_DHFILE,
3744+
#endif
3745+
#ifdef LDAP_OPT_X_TLS_ECNAME
3746+
LDAP_OPT_X_TLS_ECNAME,
37443747
#endif
37453748
0};
37463749

0 commit comments

Comments
 (0)