From 8395f1b61287508b6bee530bddfc1d1a8499690f Mon Sep 17 00:00:00 2001 From: Paulo Caldas Date: Fri, 1 Jul 2022 17:54:50 +0100 Subject: [PATCH] Added info for .rnd file (#126) As per the "Supported" section in https://wiki.archlinux.org/title/XDG_Base_Directory Co-authored-by: Paulo Caldas --- programs/openssl.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/openssl.json diff --git a/programs/openssl.json b/programs/openssl.json new file mode 100644 index 0000000..dfb5d5c --- /dev/null +++ b/programs/openssl.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.rnd", + "movable": true, + "help": "Export variable RANDFILE for location of random seed file" + } + ], + "name": "openssl" +} -- 2.47.3