diff options
author | Bodo Möller <bodo@openssl.org> | 1999-04-25 09:21:05 +0000 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 1999-04-25 09:21:05 +0000 |
commit | a75b81ad954c02846d54b7f77d3efae8487554ca (patch) | |
tree | 28cd2ebb5595f2ee393d2fc68699347e9f25806c /crypto/stack | |
parent | 9c4711c73a5fa0d7d8053e42ce0d8c81f25c8b5c (diff) | |
download | openssl-new-a75b81ad954c02846d54b7f77d3efae8487554ca.tar.gz |
Removed traces of cryptall.h, and did a "make depend".
Submitted by:
Reviewed by:
PR:
Diffstat (limited to 'crypto/stack')
-rw-r--r-- | crypto/stack/Makefile.ssl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/stack/Makefile.ssl b/crypto/stack/Makefile.ssl index 27376f8c79..3abe0bc523 100644 --- a/crypto/stack/Makefile.ssl +++ b/crypto/stack/Makefile.ssl @@ -78,5 +78,6 @@ clean: stack.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h stack.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h -stack.o: ../../include/openssl/err.h ../../include/openssl/opensslv.h -stack.o: ../../include/openssl/stack.h ../cryptlib.h +stack.o: ../../include/openssl/err.h ../../include/openssl/opensslconf.h +stack.o: ../../include/openssl/opensslv.h ../../include/openssl/stack.h +stack.o: ../cryptlib.h |