diff options
Diffstat (limited to '')
-rw-r--r-- | src/sledjchisl/sledjchisl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sledjchisl/sledjchisl.c b/src/sledjchisl/sledjchisl.c index da52365..2ecded0 100644 --- a/src/sledjchisl/sledjchisl.c +++ b/src/sledjchisl/sledjchisl.c | |||
@@ -4477,6 +4477,8 @@ void sledjchisl_main(void) | |||
4477 | I("Lua version: %s", LUA_RELEASE); | 4477 | I("Lua version: %s", LUA_RELEASE); |
4478 | I("LuaJIT version: %s", LUAJIT_VERSION); | 4478 | I("LuaJIT version: %s", LUAJIT_VERSION); |
4479 | I("MariaDB / MySQL client version: %s", mysql_get_client_info()); | 4479 | I("MariaDB / MySQL client version: %s", mysql_get_client_info()); |
4480 | I("OpenSSL version: %s", OPENSSL_VERSION_TEXT); | ||
4481 | I("qLibc version: qLibc only git tags for version numbers. Sooo, 2.4.4, unless I forgot to update this."); | ||
4480 | I("toybox version: %s", TOYBOX_VERSION); | 4482 | I("toybox version: %s", TOYBOX_VERSION); |
4481 | 4483 | ||
4482 | dbRequests = qlist(0); | 4484 | dbRequests = qlist(0); |