summaryrefslogtreecommitdiff
path: root/ssh-keygen.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.c')
-rw-r--r--ssh-keygen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh-keygen.c b/ssh-keygen.c
index 727b876de..6d509972f 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: ssh-keygen.c,v 1.82 2001/09/28 12:07:09 djm Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.83 2001/10/25 21:14:32 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -615,7 +615,7 @@ do_fingerprint(struct passwd *pw)
615 fclose(f); 615 fclose(f);
616 } 616 }
617 if (invalid) { 617 if (invalid) {
618 printf("%s is not a valid key file.\n", identity_file); 618 printf("%s is not a public key file.\n", identity_file);
619 exit(1); 619 exit(1);
620 } 620 }
621 exit(0); 621 exit(0);