summaryrefslogtreecommitdiffstats
path: root/crypto/engine/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-07-20 21:49:46 +0000
committerAndy Polyakov <appro@openssl.org>2011-07-20 21:49:46 +0000
commitbe9a8cc2aff1f0add0434e6a70407f31476320cb (patch)
tree50783872af71a979394e8e99ab357172176c93ba /crypto/engine/Makefile
parentdafce90ae5b8f41cd13b85b4201cdfedc0a6a11d (diff)
Add RSAX builtin engine. It optimizes RSA1024 sign benchmark.
Diffstat (limited to 'crypto/engine/Makefile')
-rw-r--r--crypto/engine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/engine/Makefile b/crypto/engine/Makefile
index c8a71b7c64..e563ecaf83 100644
--- a/crypto/engine/Makefile
+++ b/crypto/engine/Makefile
@@ -22,13 +22,13 @@ LIBSRC= eng_err.c eng_lib.c eng_list.c eng_init.c eng_ctrl.c \
tb_rsa.c tb_dsa.c tb_ecdsa.c tb_dh.c tb_ecdh.c tb_rand.c tb_store.c \
tb_cipher.c tb_digest.c tb_pkmeth.c tb_asnmth.c \
eng_openssl.c eng_cnf.c eng_dyn.c eng_cryptodev.c \
- eng_aesni.c
+ eng_aesni.c eng_rsax.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.o \
tb_cipher.o tb_digest.o tb_pkmeth.o tb_asnmth.o \
eng_openssl.o eng_cnf.o eng_dyn.o eng_cryptodev.o \
- eng_aesni.o
+ eng_aesni.o eng_rsax.o
SRC= $(LIBSRC)