[Pkg-gnutls-commits] CVS gnutls8/patches

Ivo Timmermans ivo@quantz.debian.org
Wed, 03 Dec 2003 22:54:43 +0100


Update of /cvsroot/pkg-gnutls/gnutls8/patches
In directory quantz:/tmp/cvs-serv26902

Modified Files:
	004_gnutls_openpgp.c.diff 
Log Message:
Updated for 0.9.99.


--- /cvsroot/pkg-gnutls/gnutls8/patches/004_gnutls_openpgp.c.diff	2003/10/31 17:46:19	1.1.1.1
+++ /cvsroot/pkg-gnutls/gnutls8/patches/004_gnutls_openpgp.c.diff	2003/12/03 21:54:43	1.2
@@ -8,12 +8,12 @@
      if( !nbytes )
          rc = GNUTLS_E_INTERNAL_ERROR;
  
-@@ -747,7 +746,7 @@
-             }
+@@ -591,7 +591,7 @@
          }
      }
--    if( rc == CDK_EOF && i > 1 )
-+    if( rc == CDK_EOF && i >= 1 )
-         rc = 0;
+     
+-    if( rc == CDK_EOF && i > 1)
++    if( rc == CDK_EOF && i >= 1)
+        rc = 0;
+        
      cdk_stream_close( inp );
-     if( rc ) {