mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
ITS#9054 fix typo
This commit is contained in:
parent
baf5571d45
commit
536767798b
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
|
|||
"TLS: Elliptic Curves not supported.\n" );
|
||||
return -1;
|
||||
#else
|
||||
if ( SSL_CTX_set1_curves_list( ctx, lt->lt_ecname )) {
|
||||
if ( !SSL_CTX_set1_curves_list( ctx, lt->lt_ecname )) {
|
||||
Debug1( LDAP_DEBUG_ANY,
|
||||
"TLS: could not set EC name `%s'.\n",
|
||||
lo->ldo_tls_ecname );
|
||||
|
|
|
|||
Loading…
Reference in a new issue