Fix strict-warnings build
[openssl.git] / ssl / t1_lib.c
index 2aa42611261587a972e2cd0ed365405297583f2f..de13de6ba6c2281f157ef984e6e73ef4ea68248c 100644 (file)
@@ -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