summaryrefslogtreecommitdiff
path: root/ssh-rsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-rsa.c')
-rw-r--r--ssh-rsa.c3
1 files changed, 1 insertions, 2 deletions
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 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: ssh-rsa.c,v 1.8 2001/03/27 10:57:00 markus Exp $"); 26RCSID("$OpenBSD: ssh-rsa.c,v 1.9 2001/06/06 23:13:54 markus Exp $");
27 27
28#include <openssl/evp.h> 28#include <openssl/evp.h>
29#include <openssl/err.h> 29#include <openssl/err.h>
@@ -103,7 +103,6 @@ ssh_rsa_sign(
103 *lenp = len; 103 *lenp = len;
104 if (sigp != NULL) 104 if (sigp != NULL)
105 *sigp = ret; 105 *sigp = ret;
106 debug2("ssh_rsa_sign: done");
107 return 0; 106 return 0;
108} 107}
109 108