1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

This commit was generated by cvs2svn to compensate for changes in r61201,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Kris Kennaway 2000-06-03 07:18:09 +00:00
commit 7567fde002
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61202

View File

@ -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.26 2000/05/30 17:32:06 markus Exp $");
#include <openssl/evp.h>
#include <openssl/pem.h>
@ -516,7 +516,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());