]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Work around whitespace commit hook.
authorSimon Josefsson <simon@josefsson.org>
Thu, 20 Aug 2009 13:37:54 +0000 (15:37 +0200)
committerSimon Josefsson <simon@josefsson.org>
Thu, 20 Aug 2009 13:37:54 +0000 (15:37 +0200)
libextra/gl/override/lib/md5.c.diff

index 327b50e17599e533b1c44565ee00eef401a24de6..e35824370635d5a2f00c0627126fa72f09dfb83e 100644 (file)
@@ -1,19 +1,19 @@
 --- gl/md5.c.orig      2009-08-20 15:33:39.000000000 +0200
 +++ gl/md5.c   2009-08-20 15:32:00.000000000 +0200
-@@ -129,6 +129,8 @@
+@@ -129,2 +129,2 @@
    return md5_read_ctx (ctx, resbuf);
  }
+
 +#if 0 /* Not needed by GnuTLS, and it has a large stack frame. */
 +
  /* Compute MD5 message digest for bytes read from STREAM.  The
     resulting message digest number will be written into the 16 bytes
     beginning at RESBLOCK.  */
-@@ -196,6 +194,7 @@
+@@ -196,3 +194,4 @@
    md5_finish_ctx (&ctx, resblock);
    return 0;
  }
 +#endif
+
  /* Compute MD5 message digest for LEN bytes beginning at BUFFER.  The
     result is always in little endian byte order, so that a byte-wise