summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/srp
diff options
context:
space:
mode:
authorderaadt <>2014-04-14 16:55:06 +0000
committerderaadt <>2014-04-14 16:55:06 +0000
commit7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c (patch)
treed806e75eb6f4d620ee481a653c8287e147768cd0 /src/lib/libcrypto/srp
parent124ef90d8d37e6ef664885f8131f4feaac242172 (diff)
downloadopenbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.tar.gz
openbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.tar.bz2
openbsd-7c4dfd0ead0256dd6883e0e339e7d7b03eb9cd0c.zip
remove auto-generated dependencies from the old unused build system, so
that it is easier to find code pieces. They are getting in the way. ok miod
Diffstat (limited to 'src/lib/libcrypto/srp')
-rw-r--r--src/lib/libcrypto/srp/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/src/lib/libcrypto/srp/Makefile b/src/lib/libcrypto/srp/Makefile
index 41859d46fa..b772f37c24 100644
--- a/src/lib/libcrypto/srp/Makefile
+++ b/src/lib/libcrypto/srp/Makefile
@@ -72,27 +72,3 @@ clean:
72 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff 72 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
73 73
74# DO NOT DELETE THIS LINE -- make depend depends on it. 74# DO NOT DELETE THIS LINE -- make depend depends on it.
75
76srp_lib.o: ../../e_os.h ../../include/openssl/asn1.h
77srp_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
78srp_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
79srp_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
80srp_lib.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
81srp_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
82srp_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
83srp_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
84srp_lib.o: ../../include/openssl/sha.h ../../include/openssl/srp.h
85srp_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
86srp_lib.o: ../cryptlib.h srp_grps.h srp_lcl.h srp_lib.c
87srp_vfy.o: ../../e_os.h ../../include/openssl/asn1.h
88srp_vfy.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
89srp_vfy.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
90srp_vfy.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
91srp_vfy.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
92srp_vfy.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
93srp_vfy.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
94srp_vfy.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
95srp_vfy.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
96srp_vfy.o: ../../include/openssl/srp.h ../../include/openssl/stack.h
97srp_vfy.o: ../../include/openssl/symhacks.h ../../include/openssl/txt_db.h
98srp_vfy.o: ../cryptlib.h srp_lcl.h srp_vfy.c