summaryrefslogtreecommitdiff
path: root/crypto/buffer
diff options
context:
space:
mode:
authorben <ben>2011-03-12 17:00:21 +0000
committerben <ben>2011-03-12 17:00:21 +0000
commitc4d3e5517dc157758833d2dd8d0474ef8ffe9e75 (patch)
tree0c49eb15d27c4cd28835c99017d4c540ea6c5d81 /crypto/buffer
parent090bb95eff5dd2f0b829d9fddba44b62b6303aac (diff)
downloadopenssl-c4d3e5517dc157758833d2dd8d0474ef8ffe9e75.tar.gz
Add SRP support.
Diffstat (limited to 'crypto/buffer')
-rw-r--r--crypto/buffer/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/crypto/buffer/Makefile b/crypto/buffer/Makefile
index 7f58d055b..9e0f46e19 100644
--- a/crypto/buffer/Makefile
+++ b/crypto/buffer/Makefile
@@ -84,11 +84,10 @@ buf_err.o: buf_err.c
buf_str.o: ../../e_os.h ../../include/openssl/bio.h
buf_str.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
buf_str.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
-buf_str.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h
-buf_str.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
-buf_str.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
-buf_str.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
-buf_str.o: ../cryptlib.h buf_str.c
+buf_str.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
+buf_str.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
+buf_str.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
+buf_str.o: ../../include/openssl/symhacks.h ../cryptlib.h buf_str.c
buffer.o: ../../e_os.h ../../include/openssl/bio.h
buffer.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
buffer.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h