Name the random file ~/.rnd, this is the same as OpenSSL.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20126 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-02-01 22:08:41 +00:00
parent 39bef1c050
commit 60cbef9fc8

View File

@@ -204,7 +204,7 @@ RAND_file_name(char *filename, size_t size)
return NULL;
if (pathp)
ret = snprintf(filename, size, "%s/.randfile", e);
ret = snprintf(filename, size, "%s/.rnd", e);
else
ret = snprintf(filename, size, "%s", e);