0...
1 CXX libbitcoin_server_a-init.o
2In file included from addrman.h:13:0,
3 from init.cpp:12:
4init.cpp: In function ‘bool AppInit2(boost::thread_group&, CScheduler&)’:
5init.cpp:1029:60: error: ‘SSLEAY_VERSION’ was not declared in this scope
6 LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
7 ^
8util.h:72:39: note: in definition of macro ‘LogPrintf’
9 #define LogPrintf(...) LogPrint(NULL, __VA_ARGS__)
10 ^
11init.cpp:1029:74: error: ‘SSLeay_version’ was not declared in this scope
12 LogPrintf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
13 ^
14util.h:72:39: note: in definition of macro ‘LogPrintf’
15 #define LogPrintf(...) LogPrint(NULL, __VA_ARGS__)
16 ^
17At global scope:
18cc1plus: warning: unrecognized command line option "-Wno-self-assign"
19Makefile:3722: recipe for target 'libbitcoin_server_a-init.o' failed
20make[2]: *** [libbitcoin_server_a-init.o] Error 1
Master (1.1): https://www.openssl.org/docs/manmaster/crypto/OPENSSL_VERSION_NUMBER.html
0const char *OpenSSL_version(int t);
1.0.2: https://www.openssl.org/docs/man1.0.2/crypto/OPENSSL_VERSION_NUMBER.html
0const char *SSLeay_version(int t);