mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02:00
add script to print system openssl version
This commit is contained in:
parent
1f19657406
commit
9bf32f1e81
Crypto
@ -6,6 +6,8 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
include $(POCO_BASE)/build/script/openssl_ver
|
||||
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
|
||||
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl \
|
||||
|
@ -24,9 +24,6 @@
|
||||
#endif
|
||||
#if defined(POCO_OS_FAMILY_WINDOWS)
|
||||
#pragma message (OPENSSL_VERSION_TEXT)
|
||||
#elif defined (POCO_COMPILER_GCC)
|
||||
#pragma message OPENSSL_VERSION_TEXT
|
||||
// clang?
|
||||
#endif
|
||||
|
||||
using Poco::RandomInputStream;
|
||||
|
@ -6,6 +6,8 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
include $(POCO_BASE)/build/script/openssl_ver
|
||||
|
||||
# Note: linking order is important, do not change it.
|
||||
ifeq ($(POCO_CONFIG),FreeBSD)
|
||||
SYSLIBS += -lssl -lcrypto -lz
|
||||
|
Loading…
x
Reference in New Issue
Block a user