]> andersk Git - openssh.git/commitdiff
- markus@cvs.openbsd.org 2001/04/23 22:14:13
authormouring <mouring>
Tue, 24 Apr 2001 16:59:28 +0000 (16:59 +0000)
committermouring <mouring>
Tue, 24 Apr 2001 16:59:28 +0000 (16:59 +0000)
     [ssh-keygen.c]
     remove debug

ChangeLog
ssh-keygen.c

index 2d47682ec510e1c5b47d1009b2fa6dbd56101e75..7c435a9464132c964f2c22a8a17eabc9536aa232 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
    - markus@cvs.openbsd.org 2001/04/23 21:57:07
      [ssh-keygen.1 ssh-keygen.c]
      allow public key for -e, too
+   - markus@cvs.openbsd.org 2001/04/23 22:14:13
+     [ssh-keygen.c]
+     remove debug
 
 20010424
  - OpenBSD CVS Sync
index 8daa52833b7e2cd2a87246ac6723b8954686b6eb..166ec62310b93c6a7537c4f7d557bcfd49e7e451 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: ssh-keygen.c,v 1.59 2001/04/23 21:57:07 markus Exp $");
+RCSID("$OpenBSD: ssh-keygen.c,v 1.60 2001/04/23 22:14:13 markus Exp $");
 
 #include <openssl/evp.h>
 #include <openssl/pem.h>
@@ -298,12 +298,12 @@ do_convert_from_ssh2(struct passwd *pw)
                    strstr(line, ": ") != NULL) {
                        if (strstr(line, SSH_COM_PRIVATE_BEGIN) != NULL)
                                private = 1;
-                       fprintf(stderr, "ignore: %s", line);
+                       /* fprintf(stderr, "ignore: %s", line); */
                        continue;
                }
                if (escaped) {
                        escaped--;
-                       fprintf(stderr, "escaped: %s", line);
+                       /* fprintf(stderr, "escaped: %s", line); */
                        continue;
                }
                *p = '\0';
This page took 0.04719 seconds and 5 git commands to generate.