summaryrefslogtreecommitdiffstats
path: root/openssl-model.lua
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-model.lua')
-rwxr-xr-xopenssl-model.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl-model.lua b/openssl-model.lua
index a9b6f83..9b3a63a 100755
--- a/openssl-model.lua
+++ b/openssl-model.lua
@@ -251,7 +251,7 @@ getstatus = function()
-- set the working directory once for model
posix.chdir(openssldir)
local value,errtxt=processinfo.package_version(packagename)
- local version = cfe({ value=value, errtxt=errtxt, label="Program version" })
+ local version = cfe({ value=value, errtxt=errtxt, label="Program version", name=packagename })
local conffile = cfe({ value=configfile, label="Configuration file" })
local cacert = cfe({ label="CA Certificate" })
local cacertcontents = cfe({ type="longtext", label="CA Certificate contents" })