removed openssl_ver script

This commit is contained in:
Guenter Obiltschnig 2017-11-09 16:25:43 +01:00
parent b80fb988a1
commit 4bb54690d0
3 changed files with 0 additions and 6 deletions

View File

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

View File

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

View File

@ -1,2 +0,0 @@
which_openssl := $(shell which openssl)
$(info $(shell $(which_openssl) version -a))