mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-24 15:57:19 +01:00
removed openssl_ver script
This commit is contained in:
parent
b80fb988a1
commit
4bb54690d0
@ -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))
|
Loading…
x
Reference in New Issue
Block a user