summaryrefslogtreecommitdiffstats
path: root/crypto/async
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-10-06 14:51:19 +0100
committerMatt Caswell <matt@openssl.org>2015-11-20 23:35:19 +0000
commitc742f56e94176d4274bb31e796e9ea9eb084f60f (patch)
treec09a2353afbf55894faaf9013638ff80e8d37cd3 /crypto/async
parent079a1a9014b89661f0a612a5a9724ad9c77f21a3 (diff)
make update
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/async')
-rw-r--r--crypto/async/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/crypto/async/Makefile b/crypto/async/Makefile
index 1c9482f12e..2589b1a175 100644
--- a/crypto/async/Makefile
+++ b/crypto/async/Makefile
@@ -99,10 +99,18 @@ arch/async_posix.o: arch/../arch/async_posix.h arch/../arch/async_win.h
arch/async_posix.o: arch/../async_locl.h arch/async_posix.c
arch/async_win.o: ../../include/openssl/async.h arch/async_win.c
arch/async_win.o: arch/async_win.h
-async.o: ../../e_os.h ../../include/openssl/async.h
+async.o: ../../e_os.h ../../include/openssl/async.h ../../include/openssl/bio.h
async.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+async.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
async.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
async.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
async.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
async.o: arch/async_null.h arch/async_posix.h arch/async_win.h async.c
async.o: async_locl.h
+async_err.o: ../../include/openssl/async.h ../../include/openssl/bio.h
+async_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
+async_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
+async_err.o: ../../include/openssl/opensslconf.h
+async_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+async_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+async_err.o: ../../include/openssl/symhacks.h async_err.c