summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/authfile.c
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2010-09-08 03:54:36 +0000
committerdjm <djm@openbsd.org>2010-09-08 03:54:36 +0000
commitbe0989a5322f7d1a0b0cc682941eb49e6b15bf94 (patch)
tree796134b03c082feab8a46ef8af292043cbd797fe /usr.bin/ssh/authfile.c
parentMake tcpdump of pflog interfaces work with 'net <net>' expression. (diff)
downloadwireguard-openbsd-be0989a5322f7d1a0b0cc682941eb49e6b15bf94.tar.xz
wireguard-openbsd-be0989a5322f7d1a0b0cc682941eb49e6b15bf94.zip
typo
Diffstat (limited to 'usr.bin/ssh/authfile.c')
-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);