mirror of
https://github.com/openssl/openssl.git
synced 2025-04-06 20:20:50 +08:00
Remove extra space.
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12100)
This commit is contained in:
parent
981b4b9572
commit
3d0b6494d5
@ -1318,7 +1318,7 @@ static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const cha
|
||||
/* Parse the list. We explicitly allow an empty list */
|
||||
if (*str != '\0'
|
||||
&& (CONF_parse_list(str, ':', 1, ciphersuite_cb, newciphers) <= 0
|
||||
|| sk_SSL_CIPHER_num(newciphers) == 0 )) {
|
||||
|| sk_SSL_CIPHER_num(newciphers) == 0)) {
|
||||
ERR_raise(ERR_LIB_SSL, SSL_R_NO_CIPHER_MATCH);
|
||||
sk_SSL_CIPHER_free(newciphers);
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user