commit cfbd982f20149bf9e6810017e2bb82cb274956a0 parent 46fa80e2b0f84b54a97681432cb1464ec2d14ee0 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 26 Aug 2008 02:44:35 +0000 fix Diffstat:
| M | src/daemon/https/tls/gnutls_pk.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/https/tls/gnutls_pk.c b/src/daemon/https/tls/gnutls_pk.c @@ -320,7 +320,7 @@ mhd_gtls_pkcs1_rsa_decrypt (gnutls_datum_t * plaintext, default: gnutls_assert (); gnutls_afree (edata); - break; + return GNUTLS_E_DECRYPTION_FAILED; } i++;