summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
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';