diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-14 17:38:31 +0200 |
commit | a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8 (patch) | |
tree | f1d5fea279a0b03ca076a2e8dc16b8717651cf0e /crypto/txt_db | |
parent | Add -Iinclude to crypto/ compiles (diff) | |
download | openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.tar.xz openssl-a3aadb2d9c85bc958a428a17ef5d6c9de5ef87b8.zip |
make depend
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/txt_db/Makefile b/crypto/txt_db/Makefile index 454bda0ed3..ca967ab090 100644 --- a/crypto/txt_db/Makefile +++ b/crypto/txt_db/Makefile @@ -65,4 +65,4 @@ txt_db.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h txt_db.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h txt_db.o: ../../include/openssl/symhacks.h ../../include/openssl/txt_db.h -txt_db.o: ../cryptlib.h txt_db.c +txt_db.o: ../include/internal/cryptlib.h txt_db.c |