mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Remove openssl info from init/log and from Qt debug window
This commit is contained in:
parent
317462123f
commit
5ecfa36fd0
3 changed files with 35 additions and 76 deletions
|
|
@ -1091,14 +1091,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||
if (fPrintToDebugLog)
|
||||
OpenDebugLog();
|
||||
|
||||
#if (OPENSSL_VERSION_NUMBER < 0x10100000L)
|
||||
LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
|
||||
#elif defined OPENSSL_VERSION
|
||||
LogPrintf("Using OpenSSL version %s\n", OpenSSL_version(OPENSSL_VERSION));
|
||||
#elif defined LIBRESSL_VERSION_TEXT
|
||||
LogPrintf("Using %s\n", LIBRESSL_VERSION_TEXT);
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
LogPrintf("Using BerkeleyDB version %s\n", DbEnv::version(0, 0, 0));
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue