Remove test/ossl_shim/Makefile
authorMatt Caswell <matt@openssl.org>
Sat, 15 Oct 2016 10:11:23 +0000 (11:11 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Nov 2016 10:38:54 +0000 (10:38 +0000)
This Makefile was temporary. Building ossl_shim has now been integrated into
to the build system.

Reviewed-by: Richard Levitte <levitte@openssl.org>
test/ossl_shim/Makefile [deleted file]

diff --git a/test/ossl_shim/Makefile b/test/ossl_shim/Makefile
deleted file mode 100644 (file)
index bab8441..0000000
+++ /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