Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
d2139d5c
Commit
d2139d5c
authored
Aug 27, 2020
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 27, 2020
Browse files
ITS#9054 fix typo
parent
06ab4743
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/tls_o.c
View file @
d2139d5c
...
...
@@ -413,7 +413,7 @@ tlso_ctx_init( struct ldapoptions *lo, struct ldaptls *lt, int is_server )
"TLS: Elliptic Curves not supported.
\n
"
,
0
,
0
,
0
);
return
-
1
;
#else
if
(
SSL_CTX_set1_curves_list
(
ctx
,
lt
->
lt_ecname
))
{
if
(
!
SSL_CTX_set1_curves_list
(
ctx
,
lt
->
lt_ecname
))
{
Debug
(
LDAP_DEBUG_ANY
,
"TLS: could not set EC name `%s'.
\n
"
,
lo
->
ldo_tls_ecname
,
0
,
0
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment