summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2010-11-24 13:48:12 +0000
committerBen Laurie <ben@openssl.org>2010-11-24 13:48:12 +0000
commitf9a772b743e01fdb604575025a1735ca4d98e846 (patch)
treea70a8fe5a427a050cb864dda02c6fb9347a05d45 /crypto/engine
parent0d6f7dbb506379643e4ec227ee9c3ae35ff4aef8 (diff)
J-PAKE was not correctly checking values, which could lead to attacks.
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/engine/Makefile b/crypto/engine/Makefile
index 9c214824eb..bbe47bf2c5 100644
--- a/crypto/engine/Makefile
+++ b/crypto/engine/Makefile
@@ -109,6 +109,8 @@ eng_cnf.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
eng_cnf.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
eng_cnf.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
eng_cnf.o: ../cryptlib.h eng_cnf.c eng_int.h
+eng_cryptodev.o: ../../crypto/dh/dh.h ../../crypto/dsa/dsa.h
+eng_cryptodev.o: ../../crypto/err/err.h ../../crypto/rsa/rsa.h
eng_cryptodev.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
eng_cryptodev.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h
eng_cryptodev.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h