=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh-keygen.c,v retrieving revision 1.25 retrieving revision 1.25.2.1 diff -u -r1.25 -r1.25.2.1 --- src/usr.bin/ssh/ssh-keygen.c 2000/05/08 18:23:07 1.25 +++ src/usr.bin/ssh/ssh-keygen.c 2000/06/12 02:37:35 1.25.2.1 @@ -7,7 +7,7 @@ */ #include "includes.h" -RCSID("$Id: ssh-keygen.c,v 1.25 2000/05/08 18:23:07 markus Exp $"); +RCSID("$Id: ssh-keygen.c,v 1.25.2.1 2000/06/12 02:37:35 jason Exp $"); #include #include @@ -516,7 +516,7 @@ extern int optind; extern char *optarg; - OpenSSL_add_all_algorithms(); + SSLeay_add_all_algorithms(); /* we need this for the home * directory. */ pw = getpwuid(getuid());