From 4bb54690d026d7fcf4d817749dc2943c20ec0914 Mon Sep 17 00:00:00 2001 From: Guenter Obiltschnig Date: Thu, 9 Nov 2017 16:25:43 +0100 Subject: [PATCH] removed openssl_ver script --- Crypto/Makefile | 2 -- Crypto/testsuite/Makefile | 2 -- build/script/openssl_ver | 2 -- 3 files changed, 6 deletions(-) delete mode 100644 build/script/openssl_ver diff --git a/Crypto/Makefile b/Crypto/Makefile index 6eb3aafac..3e654d1b1 100644 --- a/Crypto/Makefile +++ b/Crypto/Makefile @@ -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 \ diff --git a/Crypto/testsuite/Makefile b/Crypto/testsuite/Makefile index b62a2f354..4bd251e08 100644 --- a/Crypto/testsuite/Makefile +++ b/Crypto/testsuite/Makefile @@ -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 diff --git a/build/script/openssl_ver b/build/script/openssl_ver deleted file mode 100644 index 14019ef0d..000000000 --- a/build/script/openssl_ver +++ /dev/null @@ -1,2 +0,0 @@ -which_openssl := $(shell which openssl) -$(info $(shell $(which_openssl) version -a))