From 1d60b799627d6feda51cb3283d916a0f09807473 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 13 Jun 2003 04:26:24 +0000 Subject: - Update to 1.5.2 - removed patches that are now part of distribution - New option: WITH_THREADS or WITH_LSH_THREADS --- security/lsh/files/patch-sftp-buffer.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 security/lsh/files/patch-sftp-buffer.c (limited to 'security/lsh/files/patch-sftp-buffer.c') diff --git a/security/lsh/files/patch-sftp-buffer.c b/security/lsh/files/patch-sftp-buffer.c deleted file mode 100644 index fd148bdeeedd..000000000000 --- a/security/lsh/files/patch-sftp-buffer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sftp/buffer.c.orig Sun Feb 23 19:34:44 2003 -+++ src/sftp/buffer.c Sun Mar 2 09:52:24 2003 -@@ -227,7 +227,7 @@ - { - uint8_t buf[8]; - -- WRITE_uint64_t(buf, value); -+ WRITE_UINT64(buf, value); - PUT_DATA(o, buf); - } - -- cgit v1.2.3