From 2427c1b803e7db0469181c4cda19968a4782c1c5 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Wed, 9 Feb 2005 19:26:42 +0000 Subject: [PATCH] Remove TODO file --- Makefile.in | 2 +- TODO | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 TODO diff --git a/Makefile.in b/Makefile.in index 7ce078e..c564171 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,7 +42,7 @@ dist: ln -s . $(DISTLIB) tar -zcf $(DISTLIB).tar.gz \ $(DISTLIB)/configure $(DISTLIB)/Makefile.in $(DISTLIB)/ssh2_sample.c \ - $(DISTLIB)/LICENSE $(DISTLIB)/README $(DISTLIB)/TODO $(DISTLIB)/INSTALL \ + $(DISTLIB)/LICENSE $(DISTLIB)/README $(DISTLIB)/INSTALL \ $(DISTLIB)/mkinstalldirs $(DISTLIB)/install-sh $(DISTLIB)/config.sub $(DISTLIB)/config.guess \ $(DISTLIB)/src/*.c $(DISTLIB)/src/Makefile.in \ $(DISTLIB)/include/libssh2.h $(DISTLIB)/include/libssh2_priv.h $(DISTLIB)/include/libssh2_sftp.h \ diff --git a/TODO b/TODO deleted file mode 100644 index a303a2d..0000000 --- a/TODO +++ /dev/null @@ -1,3 +0,0 @@ -* More Crypt Methods -* hmac-md5, hmac-md5-96 -* Review callbacks