summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2010-09-08 03:54:37 +0000
committerDamien Miller <djm@cvs.openbsd.org>2010-09-08 03:54:37 +0000
commit989decdd4d45ca09220c0d800610ef129591892b (patch)
tree6c2dda082b484b9ad30a99e213e1a2ade54641e6 /usr.bin
parentc403888ab7c796d56d4eb4ed598cd2ee4044b3bf (diff)
typo
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/authfile.c b/usr.bin/ssh/authfile.c
index 5fc9bb0d934..16338b78e0d 100644
--- a/usr.bin/ssh/authfile.c
+++ b/usr.bin/ssh/authfile.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.c,v 1.83 2010/08/31 11:54:45 djm Exp $ */
+/* $OpenBSD: authfile.c,v 1.84 2010/09/08 03:54:36 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -524,7 +524,7 @@ key_load_private_pem(int fd, int type, const char *passphrase,
key_free(prv);
prv = NULL;
}
- name = "dsa w/o comment";
+ name = "ecdsa w/o comment";
#ifdef DEBUG_PK
if (prv->ecdsa != NULL)
key_dump_ec_key(prv->ecdsa);