]> andersk Git - openssh.git/blobdiff - ssh-rsa.c
- markus@cvs.openbsd.org 2001/06/06 23:13:54
[openssh.git] / ssh-rsa.c
index b502ddb6e0dcf8e2476222da78e5e7f71efde60c..a4ab3c51680eca03c842c84ca97bc43500620fff 100644 (file)
--- 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 <openssl/evp.h>
 #include <openssl/err.h>
@@ -103,7 +103,6 @@ ssh_rsa_sign(
                *lenp = len;
        if (sigp != NULL)
                *sigp = ret;
-       debug2("ssh_rsa_sign: done");
        return 0;
 }
 
This page took 0.094283 seconds and 4 git commands to generate.