From 1b3dfe32b609f852326df1d0877a7a3e869619aa Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 7 Dec 1999 17:01:13 +1100 Subject: [PATCH] undone silly changes --- atomicio.c | 3 +-- fingerprint.c | 1 - fingerprint.h | 1 - 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/atomicio.c b/atomicio.c index 0c7768128..6c433e840 100644 --- a/atomicio.c +++ b/atomicio.c @@ -23,9 +23,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - #include "includes.h" -RCSID("$Id: atomicio.c,v 1.4 1999/12/07 06:00:20 damien Exp $"); +RCSID("$Id: atomicio.c,v 1.5 1999/12/07 06:01:13 damien Exp $"); #include "xmalloc.h" #include "ssh.h" diff --git a/fingerprint.c b/fingerprint.c index 6fdbd9114..7784e8b7d 100644 --- a/fingerprint.c +++ b/fingerprint.c @@ -30,7 +30,6 @@ #include "includes.h" RCSID("$Id: fingerprint.c,v 1.4 1999/11/24 16:15:25 markus Exp $"); - #include "ssh.h" #include "xmalloc.h" #ifdef HAVE_OPENSSL diff --git a/fingerprint.h b/fingerprint.h index 4c7f29cea..fbb0d4c46 100644 --- a/fingerprint.h +++ b/fingerprint.h @@ -30,6 +30,5 @@ #ifndef FINGERPRINT_H #define FINGERPRINT_H - char *fingerprint(BIGNUM * e, BIGNUM * n); #endif