diff options
author | Bodo Möller <bodo@openssl.org> | 1999-05-15 15:38:48 +0200 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-05-15 15:38:48 +0200 |
commit | 127640b4491f33c5c11dec77b1abc37823920bea (patch) | |
tree | 901669890a770126f9786ddf07ff6adc888c883f /crypto/txt_db | |
parent | Get rid of another cast. (diff) | |
download | openssl-127640b4491f33c5c11dec77b1abc37823920bea.tar.xz openssl-127640b4491f33c5c11dec77b1abc37823920bea.zip |
Update dependencies.
Diffstat (limited to 'crypto/txt_db')
-rw-r--r-- | crypto/txt_db/Makefile.ssl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/txt_db/Makefile.ssl b/crypto/txt_db/Makefile.ssl index 77961b3218..552ea5580f 100644 --- a/crypto/txt_db/Makefile.ssl +++ b/crypto/txt_db/Makefile.ssl @@ -80,7 +80,7 @@ clean: txt_db.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h txt_db.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h -txt_db.o: ../../include/openssl/err.h ../../include/openssl/lhash.h -txt_db.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -txt_db.o: ../../include/openssl/stack.h ../../include/openssl/txt_db.h -txt_db.o: ../cryptlib.h +txt_db.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h +txt_db.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h +txt_db.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h +txt_db.o: ../../include/openssl/txt_db.h ../cryptlib.h |