mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix strict-warnings build
Compilation failed due to -Werror=misleading-indentation. Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com> Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4395)
This commit is contained in:
parent
3a1548643f
commit
b9ff0483bd
@ -2328,7 +2328,7 @@ int tls_choose_sigalg(SSL *s, int *al)
|
||||
if (lu->sig_idx != SSL_PKEY_RSA_PSS_SIGN
|
||||
|| !ssl_has_cert(s, SSL_PKEY_RSA))
|
||||
continue;
|
||||
sig_idx = SSL_PKEY_RSA;
|
||||
sig_idx = SSL_PKEY_RSA;
|
||||
}
|
||||
if (lu->sig == EVP_PKEY_EC) {
|
||||
#ifndef OPENSSL_NO_EC
|
||||
|
Loading…
Reference in New Issue
Block a user