]> andersk Git - openssh.git/blobdiff - ssh-keygen.c
- (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
[openssh.git] / ssh-keygen.c
index 07328ac8ffd3441af826cf324fee3e4afcbc1688..83034cb9d4ce577d8882a8c63490402bbaea0e44 100644 (file)
@@ -520,7 +520,7 @@ main(int ac, char **av)
        extern int optind;
        extern char *optarg;
 
-       OpenSSL_add_all_algorithms();
+       SSLeay_add_all_algorithms();
 
        /* we need this for the home * directory.  */
        pw = getpwuid(getuid());
This page took 0.032758 seconds and 4 git commands to generate.