From: Matt Caswell Date: Sat, 15 Oct 2016 10:11:23 +0000 (+0100) Subject: Remove test/ossl_shim/Makefile X-Git-Tag: OpenSSL_1_1_1-pre1~3242 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d664ff498cad7b40fe330ce91f211b327e2e3090;p=oweals%2Fopenssl.git Remove test/ossl_shim/Makefile This Makefile was temporary. Building ossl_shim has now been integrated into to the build system. Reviewed-by: Richard Levitte --- diff --git a/test/ossl_shim/Makefile b/test/ossl_shim/Makefile deleted file mode 100644 index bab8441646..0000000000 --- a/test/ossl_shim/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -all: ossl_shim - -ossl_shim: ../../libssl.a ../../libcrypto.a *.cc - g++ -g -std=c++11 -I. -Iinclude -I../../include *.cc \ - ../../libssl.a ../../libcrypto.a -ldl -lpthread \ - -o ossl_shim - -clean: - rm ossl_shim