summaryrefslogtreecommitdiffstats
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
parent46c264f2ae6e74c1ea218dd3a8717695c5c8d680 (diff)
- markus@cvs.openbsd.org 2001/04/23 22:14:13
[ssh-keygen.c] remove debug
-rw-r--r--ChangeLog5
-rw-r--r--ssh-keygen.c6
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c5570c8d..4fb7781d 100644
--- 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
@@ -5242,4 +5245,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1166 2001/04/24 16:56:58 mouring Exp $
+$Id: ChangeLog,v 1.1167 2001/04/24 16:59:28 mouring Exp $
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 8daa5283..166ec623 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -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';