Restconf: Notify ssl version on start

SNMP: rm unused variables
This commit is contained in:
Olof hagsand 2024-09-15 11:34:28 +02:00
parent cc194ac7c5
commit f1d9e26755
4 changed files with 5 additions and 9 deletions

View file

@ -1249,7 +1249,8 @@ main(int argc,
goto done;
#endif
clixon_debug_init(h, dbg);
clixon_log(h, LOG_NOTICE, "%s native %u Started", __PROGRAM__, getpid());
clixon_log(h, LOG_NOTICE, "%s native %u Started, SSL version:%lx", __PROGRAM__, getpid(), OPENSSL_VERSION_NUMBER);
if (set_signal(SIGTERM, restconf_sig_term, NULL) < 0){
clixon_err(OE_DAEMON, errno, "Setting signal");
goto done;