summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-09-10 11:20:38 +1000
committerDamien Miller <djm@mindrot.org>2010-09-10 11:20:38 +1000
commitbf0423e550e47bc4b3a40fe165da4e5c68b4aa5c (patch)
tree65fef0362f95caffcf4f0b081f9a90996f67462f /authfile.c
parent80ed82aaf4d62ab76920d7b7d5fb181ed909ed8c (diff)
downloadopenssh-git-bf0423e550e47bc4b3a40fe165da4e5c68b4aa5c.tar.gz
- djm@cvs.openbsd.org 2010/09/08 03:54:36
[authfile.c] typo
Diffstat (limited to 'authfile.c')
-rw-r--r--authfile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/authfile.c b/authfile.c
index 865e7faf..20ac8c76 100644
--- a/authfile.c
+++ b/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
@@ -533,7 +533,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);