]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Revert part of patch, logging is only enabled in debug mode, which
authorSimon Josefsson <simon@josefsson.org>
Mon, 11 Sep 2006 13:02:25 +0000 (13:02 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 11 Sep 2006 13:02:25 +0000 (13:02 +0000)
isn't recommended for real use.

lib/gnutls_pk.c

index c4485994b109c74fe98b630a042ce7b90638b606..bfdea37eb225bd6667c07df1c72d48e1f792fab3 100644 (file)
@@ -308,6 +308,7 @@ _gnutls_pkcs1_rsa_decrypt (gnutls_datum_t * plaintext,
            }
          if (edata[i] != 0xff)
            {
+             _gnutls_handshake_log ("PKCS #1 padding error");
              /* PKCS #1 padding error.  Don't use
                 GNUTLS_E_PKCS1_WRONG_PAD here.  */
              break;