summaryrefslogtreecommitdiff
path: root/authfile.c
diff options
context:
space:
mode:
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 865e7faf9..20ac8c76d 100644
--- a/authfile.c
+++ b/authfile.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: authfile.c,v 1.83 2010/08/31 11:54:45 djm Exp $ */ 1/* $OpenBSD: authfile.c,v 1.84 2010/09/08 03:54:36 djm Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * 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,
533 key_free(prv); 533 key_free(prv);
534 prv = NULL; 534 prv = NULL;
535 } 535 }
536 name = "dsa w/o comment"; 536 name = "ecdsa w/o comment";
537#ifdef DEBUG_PK 537#ifdef DEBUG_PK
538 if (prv->ecdsa != NULL) 538 if (prv->ecdsa != NULL)
539 key_dump_ec_key(prv->ecdsa); 539 key_dump_ec_key(prv->ecdsa);