projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5227337
)
Remove test/ossl_shim/Makefile
author
Matt Caswell
<matt@openssl.org>
Sat, 15 Oct 2016 10:11:23 +0000
(11:11 +0100)
committer
Matt 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]
patch
|
blob
|
history
diff --git
a/test/ossl_shim/Makefile
b/test/ossl_shim/Makefile
deleted file mode 100644
(file)
index
bab8441
..0000000
--- 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