summaryrefslogtreecommitdiffstats
path: root/test/ossl_shim
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-10-15 11:11:23 +0100
committerMatt Caswell <matt@openssl.org>2016-11-04 10:38:54 +0000
commitd664ff498cad7b40fe330ce91f211b327e2e3090 (patch)
treee09f968e34a8543561bb69acacad8fc8c3086a57 /test/ossl_shim
parent5227337a7c340eeeebaced1230e8dfaa7a8ec7db (diff)
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 <levitte@openssl.org>
Diffstat (limited to 'test/ossl_shim')
-rw-r--r--test/ossl_shim/Makefile9
1 files changed, 0 insertions, 9 deletions
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