typo
This commit is contained in:
parent
74ecfab401
commit
1e4cb467e1
1 changed files with 1 additions and 1 deletions
|
@ -583,7 +583,7 @@ int tls1_check_ec_tmp_key(SSL *s)
|
|||
return 0;
|
||||
}
|
||||
if (!tls1_set_ec_id(curve_id, NULL, ec))
|
||||
return 1;
|
||||
return 0;
|
||||
return tls1_check_ec_key(s, curve_id, NULL);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue