mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
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:
parent
5227337a7c
commit
d664ff498c
@ -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
|
Loading…
Reference in New Issue
Block a user