diff options
author | Matt Caswell <matt@openssl.org> | 2014-12-12 00:33:10 +0100 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2014-12-12 00:52:47 +0100 |
commit | fd0ba77717c4fda075c9c9a6ff1e5975fdf76905 (patch) | |
tree | 2d22673a2fdcc3d4d4eac0bea60a9584c92e6d20 /crypto/bn | |
parent | Minor doc fixes. (diff) | |
download | openssl-fd0ba77717c4fda075c9c9a6ff1e5975fdf76905.tar.xz openssl-fd0ba77717c4fda075c9c9a6ff1e5975fdf76905.zip |
make update
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/bn')
-rw-r--r-- | crypto/bn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/bn/Makefile b/crypto/bn/Makefile index f0548ed787..c53b189e25 100644 --- a/crypto/bn/Makefile +++ b/crypto/bn/Makefile @@ -212,11 +212,11 @@ bn_blind.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h bn_blind.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h bn_blind.o: ../../include/openssl/symhacks.h ../cryptlib.h bn_blind.o: ../include/internal/bn_int.h bn_blind.c bn_lcl.h -bn_const.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h -bn_const.o: ../../include/openssl/opensslconf.h +bn_const.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h +bn_const.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h bn_const.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h bn_const.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h -bn_const.o: ../../include/openssl/symhacks.h bn.h bn_const.c +bn_const.o: ../../include/openssl/symhacks.h bn_const.c bn_ctx.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h bn_ctx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h bn_ctx.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |