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 b0f814475..0469ca5b6 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.54 2001/04/03 13:56:11 stevesk Exp $"); 15RCSID("$OpenBSD: ssh-keygen.c,v 1.55 2001/04/05 10:42:54 markus Exp $");
16 16
17#include <openssl/evp.h> 17#include <openssl/evp.h>
18#include <openssl/pem.h> 18#include <openssl/pem.h>
@@ -118,7 +118,7 @@ try_load_pem_key(char *filename)
118 char *pass; 118 char *pass;
119 Key *prv; 119 Key *prv;
120 120
121 prv = key_load_private(filename, "", NULL); 121 prv = key_load_private(filename, "", NULL);
122 if (prv == NULL) { 122 if (prv == NULL) {
123 pass = read_passphrase("Enter passphrase: ", 1); 123 pass = read_passphrase("Enter passphrase: ", 1);
124 prv = key_load_private(filename, pass, NULL); 124 prv = key_load_private(filename, pass, NULL);