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>
This commit is contained in:
Matt Caswell 2016-10-15 11:11:23 +01:00
parent 5227337a7c
commit d664ff498c

View File

@ -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