summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-24 16:59:28 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-24 16:59:28 +0000
commit3035860f249ed1028e4248fa8876dc6e210993b5 (patch)
tree4b789762755e222655a222b72391d4022ff394d7 /ssh-keygen.c
parent46c264f2ae6e74c1ea218dd3a8717695c5c8d680 (diff)
- markus@cvs.openbsd.org 2001/04/23 22:14:13
[ssh-keygen.c] remove debug
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 8daa52833..166ec6231 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.59 2001/04/23 21:57:07 markus Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.60 2001/04/23 22:14:13 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -298,12 +298,12 @@ do_convert_from_ssh2(struct passwd *pw)
298 strstr(line, ": ") != NULL) { 298 strstr(line, ": ") != NULL) {
299 if (strstr(line, SSH_COM_PRIVATE_BEGIN) != NULL) 299 if (strstr(line, SSH_COM_PRIVATE_BEGIN) != NULL)
300 private = 1; 300 private = 1;
301 fprintf(stderr, "ignore: %s", line); 301 /* fprintf(stderr, "ignore: %s", line); */
302 continue; 302 continue;
303 } 303 }
304 if (escaped) { 304 if (escaped) {
305 escaped--; 305 escaped--;
306 fprintf(stderr, "escaped: %s", line); 306 /* fprintf(stderr, "escaped: %s", line); */
307 continue; 307 continue;
308 } 308 }
309 *p = '\0'; 309 *p = '\0';