aboutsummaryrefslogtreecommitdiff
path: root/crypto/engine
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-05-03 06:58:08 +0000
committerRichard Levitte <levitte@openssl.org>2003-05-03 06:58:08 +0000
commit9ee789e6c35ca51adbc44d2b7254f45d8ddaf4e2 (patch)
tree210471f0fe9a6c42f7d6e910f1808db8590d6641 /crypto/engine
parentb9d2d20086c0ba7631412618974e5122af6fcb2d (diff)
downloadopenssl-9ee789e6c35ca51adbc44d2b7254f45d8ddaf4e2.zip
openssl-9ee789e6c35ca51adbc44d2b7254f45d8ddaf4e2.tar.gz
openssl-9ee789e6c35ca51adbc44d2b7254f45d8ddaf4e2.tar.bz2
Yeah, right, an object file ending with .c, that'll work!
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/Makefile.ssl b/crypto/engine/Makefile.ssl
index 1530399..5c1b0cf 100644
--- a/crypto/engine/Makefile.ssl
+++ b/crypto/engine/Makefile.ssl
@@ -30,7 +30,7 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.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_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.c \
+ tb_rsa.o tb_dsa.o tb_ecdsa.o tb_dh.o tb_ecdh.o tb_rand.o tb_store.o \
tb_cipher.o tb_digest.o \
eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o