From c66d436f603c8e1d727dc55a8087e497701ca7f3 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sat, 9 Jun 2001 01:36:21 +0000 Subject: - markus@cvs.openbsd.org 2001/06/06 23:13:54 [ssh-dss.c ssh-rsa.c] cleanup, remove old code --- ssh-rsa.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ssh-rsa.c') diff --git a/ssh-rsa.c b/ssh-rsa.c index b502ddb6e..a4ab3c516 100644 --- a/ssh-rsa.c +++ b/ssh-rsa.c @@ -23,7 +23,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh-rsa.c,v 1.8 2001/03/27 10:57:00 markus Exp $"); +RCSID("$OpenBSD: ssh-rsa.c,v 1.9 2001/06/06 23:13:54 markus Exp $"); #include #include @@ -103,7 +103,6 @@ ssh_rsa_sign( *lenp = len; if (sigp != NULL) *sigp = ret; - debug2("ssh_rsa_sign: done"); return 0; } -- cgit v1.2.3