about summary refs log tree commit diff stats
path: root/src/LYOptions.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYOptions.c')
-rw-r--r--src/LYOptions.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYOptions.c b/src/LYOptions.c
index 62412036..bf157c3c 100644
--- a/src/LYOptions.c
+++ b/src/LYOptions.c
@@ -3127,7 +3127,7 @@ PRIVATE char *NewSecureValue NOARGS
     FREE(secure_value);
     if ((secure_value = malloc(80)) != 0) {
 #if defined(RAND_MAX)
-	long key = my_rand();
+	long key = lynx_rand();
 #else
 	long key = (long)secure_value + (long)time(0);
 #endif