Commit 91410d40 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files
parent cdf516d9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2023,7 +2023,6 @@ MSG_PROCESS_RETURN tls_process_key_exchange(SSL *s, PACKET *pkt)
        }
        if (SSL_USE_PSS(s)) {
            if (EVP_PKEY_CTX_set_rsa_padding(pctx, RSA_PKCS1_PSS_PADDING) <= 0
                       /* -1 here means set saltlen to the digest len */
                || EVP_PKEY_CTX_set_rsa_pss_saltlen(pctx,
                                                RSA_PSS_SALTLEN_DIGEST) <= 0) {
                al = SSL_AD_INTERNAL_ERROR;
+1 −1

File changed.

Contains only whitespace changes.