Skip to content

Commit

Permalink
traymon: added openssl initialization code
Browse files Browse the repository at this point in the history
  • Loading branch information
franku committed Oct 2, 2018
1 parent 5329faf commit 1108e43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/qt-tray-monitor/tray-monitor.cc
Expand Up @@ -209,6 +209,10 @@ int main(int argc, char *argv[])
exit(0);
}

if (InitCrypto() != 0) {
Emsg0(M_ERROR_TERM, 0, _("Cryptography library initialization failed.\n"));
}

// this is the Qt core application
// with its message handler
app = new QApplication(argc, argv);
Expand Down

0 comments on commit 1108e43

Please sign in to comment.