[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r7629 - libmicrohttpd/src/daemon/https/tls
From: |
gnunet |
Subject: |
[GNUnet-SVN] r7629 - libmicrohttpd/src/daemon/https/tls |
Date: |
Mon, 25 Aug 2008 20:44:36 -0600 (MDT) |
Author: grothoff
Date: 2008-08-25 20:44:35 -0600 (Mon, 25 Aug 2008)
New Revision: 7629
Modified:
libmicrohttpd/src/daemon/https/tls/gnutls_pk.c
Log:
fix
Modified: libmicrohttpd/src/daemon/https/tls/gnutls_pk.c
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_pk.c 2008-08-25 22:23:29 UTC
(rev 7628)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_pk.c 2008-08-26 02:44:35 UTC
(rev 7629)
@@ -320,7 +320,7 @@
default:
gnutls_assert ();
gnutls_afree (edata);
- break;
+ return GNUTLS_E_DECRYPTION_FAILED;
}
i++;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r7629 - libmicrohttpd/src/daemon/https/tls,
gnunet <=