From 60cbef9fc8a89dc8e944507688ad6b08623acbcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 1 Feb 2007 22:08:41 +0000 Subject: [PATCH] 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 --- lib/des/rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/rand.c b/lib/des/rand.c index 8d90f1675..9890c5a6a 100644 --- a/lib/des/rand.c +++ b/lib/des/rand.c @@ -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);