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 351036dd4..621b9c143 100644
--- a/ssh-keygen.c
+++ b/ssh-keygen.c
@@ -7,7 +7,7 @@
7 */ 7 */
8 8
9#include "includes.h" 9#include "includes.h"
10RCSID("$Id: ssh-keygen.c,v 1.18 2000/05/09 01:03:02 damien Exp $"); 10RCSID("$Id: ssh-keygen.c,v 1.19 2000/06/07 09:55:44 djm Exp $");
11 11
12#include <openssl/evp.h> 12#include <openssl/evp.h>
13#include <openssl/pem.h> 13#include <openssl/pem.h>
@@ -520,7 +520,7 @@ main(int ac, char **av)
520 extern int optind; 520 extern int optind;
521 extern char *optarg; 521 extern char *optarg;
522 522
523 OpenSSL_add_all_algorithms(); 523 SSLeay_add_all_algorithms();
524 524
525 /* we need this for the home * directory. */ 525 /* we need this for the home * directory. */
526 pw = getpwuid(getuid()); 526 pw = getpwuid(getuid());