aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/Makefile.in
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2016-02-10 07:52:49 -0500
committerRich Salz <rsalz@openssl.org>2016-02-10 07:56:26 -0500
commit7984f082d5045b3a44839b74e4c72877b71ca48f (patch)
tree448cf7dbf4edab2c266685a763fca1da4889abdc /crypto/engine/Makefile.in
parentdeca5df2fb879aa8763c54ab230dc6da940da9d0 (diff)
downloadopenssl-7984f082d5045b3a44839b74e4c72877b71ca48f.tar.gz
Remove store.
Rebased and merged by me, with Ben's approval. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Laurie <ben@openssl.org>
Diffstat (limited to 'crypto/engine/Makefile.in')
-rw-r--r--crypto/engine/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/engine/Makefile.in b/crypto/engine/Makefile.in
index c93021f595..dfd4794531 100644
--- a/crypto/engine/Makefile.in
+++ b/crypto/engine/Makefile.in
@@ -17,20 +17,20 @@ GENERAL=Makefile
LIB=$(TOP)/libcrypto.a
LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
eng_table.c eng_pkey.c eng_fat.c eng_all.c \
- tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c tb_store.c \
+ tb_rsa.c tb_dsa.c tb_dh.c tb_rand.c \
tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c tb_eckey.c \
eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \
eng_rdrand.c
LIBOBJ= eng_err.o eng_lib.o eng_list.o eng_init.o eng_ctrl.o \
eng_table.o eng_pkey.o eng_fat.o eng_all.o \
- tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o tb_store.o \
+ tb_rsa.o tb_dsa.o tb_dh.o tb_rand.o \
tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o tb_eckey.o \
eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o \
eng_rdrand.o
SRC= $(LIBSRC)
-HEADER=
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)