From d664ff498cad7b40fe330ce91f211b327e2e3090 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Sat, 15 Oct 2016 11:11:23 +0100 Subject: [PATCH] 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 --- test/ossl_shim/Makefile | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/ossl_shim/Makefile 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 -- 2.34.1