add script to print system openssl version

This commit is contained in:
Alex Fabijanic 2017-09-29 17:44:09 -05:00
parent 1f19657406
commit 9bf32f1e81
3 changed files with 4 additions and 3 deletions

@ -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