=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/authfile.c,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- src/usr.bin/ssh/authfile.c 2010/08/31 11:54:45 1.83 +++ src/usr.bin/ssh/authfile.c 2010/09/08 03:54:36 1.84 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -524,7 +524,7 @@ 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);