mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
removed openssl_ver script
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
include $(POCO_BASE)/build/rules/global
|
||||
|
||||
include $(POCO_BASE)/build/script/openssl_ver
|
||||
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
|
||||
objects = Cipher CipherFactory CipherImpl CipherKey CipherKeyImpl \
|
||||
|
@@ -6,8 +6,6 @@
|
||||
|
||||
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
|
||||
|
@@ -1,2 +0,0 @@
|
||||
which_openssl := $(shell which openssl)
|
||||
$(info $(shell $(which_openssl) version -a))
|
Reference in New Issue
Block a user