diff options
| author | deraadt <> | 2014-04-14 16:55:06 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-14 16:55:06 +0000 |
| commit | 9d9de28bb14e148b6e12a5eb708328f4195bfd77 (patch) | |
| tree | d806e75eb6f4d620ee481a653c8287e147768cd0 /src/lib/libcrypto/ec | |
| parent | 3c2065f3282757735ccce532c8882f01c045036e (diff) | |
| download | openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.tar.gz openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.tar.bz2 openbsd-9d9de28bb14e148b6e12a5eb708328f4195bfd77.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/ec')
| -rw-r--r-- | src/lib/libcrypto/ec/Makefile | 179 |
1 files changed, 0 insertions, 179 deletions
diff --git a/src/lib/libcrypto/ec/Makefile b/src/lib/libcrypto/ec/Makefile index f85fc845ca..989da01fca 100644 --- a/src/lib/libcrypto/ec/Makefile +++ b/src/lib/libcrypto/ec/Makefile | |||
| @@ -82,182 +82,3 @@ clean: | |||
| 82 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff | 82 | rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
| 83 | 83 | ||
| 84 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 84 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 85 | |||
| 86 | ec2_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 87 | ec2_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 88 | ec2_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 89 | ec2_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 90 | ec2_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 91 | ec2_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 92 | ec2_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 93 | ec2_mult.o: ../../include/openssl/symhacks.h ec2_mult.c ec_lcl.h | ||
| 94 | ec2_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 95 | ec2_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 96 | ec2_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 97 | ec2_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 98 | ec2_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 99 | ec2_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 100 | ec2_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 101 | ec2_oct.o: ../../include/openssl/symhacks.h ec2_oct.c ec_lcl.h | ||
| 102 | ec2_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 103 | ec2_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 104 | ec2_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 105 | ec2_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 106 | ec2_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 107 | ec2_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 108 | ec2_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 109 | ec2_smpl.o: ../../include/openssl/symhacks.h ec2_smpl.c ec_lcl.h | ||
| 110 | ec_ameth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| 111 | ec_ameth.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| 112 | ec_ameth.o: ../../include/openssl/buffer.h ../../include/openssl/cms.h | ||
| 113 | ec_ameth.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 114 | ec_ameth.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h | ||
| 115 | ec_ameth.o: ../../include/openssl/ecdsa.h ../../include/openssl/err.h | ||
| 116 | ec_ameth.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h | ||
| 117 | ec_ameth.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 118 | ec_ameth.o: ../../include/openssl/opensslconf.h | ||
| 119 | ec_ameth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 120 | ec_ameth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| 121 | ec_ameth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 122 | ec_ameth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| 123 | ec_ameth.o: ../../include/openssl/x509_vfy.h ../asn1/asn1_locl.h ../cryptlib.h | ||
| 124 | ec_ameth.o: ec_ameth.c | ||
| 125 | ec_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h | ||
| 126 | ec_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| 127 | ec_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 128 | ec_asn1.o: ../../include/openssl/ec.h ../../include/openssl/err.h | ||
| 129 | ec_asn1.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| 130 | ec_asn1.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| 131 | ec_asn1.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 132 | ec_asn1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 133 | ec_asn1.o: ../../include/openssl/symhacks.h ec_asn1.c ec_lcl.h | ||
| 134 | ec_check.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 135 | ec_check.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 136 | ec_check.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 137 | ec_check.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 138 | ec_check.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 139 | ec_check.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 140 | ec_check.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 141 | ec_check.o: ../../include/openssl/symhacks.h ec_check.c ec_lcl.h | ||
| 142 | ec_curve.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 143 | ec_curve.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 144 | ec_curve.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 145 | ec_curve.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 146 | ec_curve.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 147 | ec_curve.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 148 | ec_curve.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 149 | ec_curve.o: ../../include/openssl/symhacks.h ec_curve.c ec_lcl.h | ||
| 150 | ec_cvt.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 151 | ec_cvt.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 152 | ec_cvt.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 153 | ec_cvt.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 154 | ec_cvt.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 155 | ec_cvt.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 156 | ec_cvt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 157 | ec_cvt.o: ../../include/openssl/symhacks.h ec_cvt.c ec_lcl.h | ||
| 158 | ec_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 159 | ec_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 160 | ec_err.o: ../../include/openssl/ec.h ../../include/openssl/err.h | ||
| 161 | ec_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| 162 | ec_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 163 | ec_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 164 | ec_err.o: ../../include/openssl/symhacks.h ec_err.c | ||
| 165 | ec_key.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 166 | ec_key.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 167 | ec_key.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 168 | ec_key.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 169 | ec_key.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 170 | ec_key.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 171 | ec_key.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 172 | ec_key.o: ../../include/openssl/symhacks.h ec_key.c ec_lcl.h | ||
| 173 | ec_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 174 | ec_lib.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 175 | ec_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 176 | ec_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 177 | ec_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 178 | ec_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 179 | ec_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 180 | ec_lib.o: ../../include/openssl/symhacks.h ec_lcl.h ec_lib.c | ||
| 181 | ec_mult.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 182 | ec_mult.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 183 | ec_mult.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 184 | ec_mult.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 185 | ec_mult.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 186 | ec_mult.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 187 | ec_mult.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 188 | ec_mult.o: ../../include/openssl/symhacks.h ec_lcl.h ec_mult.c | ||
| 189 | ec_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 190 | ec_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 191 | ec_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 192 | ec_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 193 | ec_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 194 | ec_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 195 | ec_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 196 | ec_oct.o: ../../include/openssl/symhacks.h ec_lcl.h ec_oct.c | ||
| 197 | ec_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| 198 | ec_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h | ||
| 199 | ec_pmeth.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| 200 | ec_pmeth.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 201 | ec_pmeth.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h | ||
| 202 | ec_pmeth.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| 203 | ec_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| 204 | ec_pmeth.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| 205 | ec_pmeth.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 206 | ec_pmeth.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h | ||
| 207 | ec_pmeth.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 208 | ec_pmeth.o: ../../include/openssl/symhacks.h ../../include/openssl/x509.h | ||
| 209 | ec_pmeth.o: ../../include/openssl/x509_vfy.h ../cryptlib.h ../evp/evp_locl.h | ||
| 210 | ec_pmeth.o: ec_pmeth.c | ||
| 211 | ec_print.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 212 | ec_print.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 213 | ec_print.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 214 | ec_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 215 | ec_print.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 216 | ec_print.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 217 | ec_print.o: ../../include/openssl/symhacks.h ec_lcl.h ec_print.c | ||
| 218 | eck_prn.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| 219 | eck_prn.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| 220 | eck_prn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | ||
| 221 | eck_prn.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 222 | eck_prn.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
| 223 | eck_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | ||
| 224 | eck_prn.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| 225 | eck_prn.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 226 | eck_prn.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 227 | eck_prn.o: ../../include/openssl/symhacks.h ../cryptlib.h eck_prn.c | ||
| 228 | ecp_mont.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 229 | ecp_mont.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 230 | ecp_mont.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 231 | ecp_mont.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 232 | ecp_mont.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 233 | ecp_mont.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 234 | ecp_mont.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 235 | ecp_mont.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_mont.c | ||
| 236 | ecp_nist.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 237 | ecp_nist.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 238 | ecp_nist.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 239 | ecp_nist.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 240 | ecp_nist.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 241 | ecp_nist.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 242 | ecp_nist.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 243 | ecp_nist.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_nist.c | ||
| 244 | ecp_nistp224.o: ../../include/openssl/opensslconf.h ecp_nistp224.c | ||
| 245 | ecp_nistp256.o: ../../include/openssl/opensslconf.h ecp_nistp256.c | ||
| 246 | ecp_nistp521.o: ../../include/openssl/opensslconf.h ecp_nistp521.c | ||
| 247 | ecp_nistputil.o: ../../include/openssl/opensslconf.h ecp_nistputil.c | ||
| 248 | ecp_oct.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 249 | ecp_oct.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 250 | ecp_oct.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 251 | ecp_oct.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 252 | ecp_oct.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 253 | ecp_oct.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 254 | ecp_oct.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 255 | ecp_oct.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_oct.c | ||
| 256 | ecp_smpl.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 257 | ecp_smpl.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | ||
| 258 | ecp_smpl.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h | ||
| 259 | ecp_smpl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 260 | ecp_smpl.o: ../../include/openssl/obj_mac.h ../../include/openssl/opensslconf.h | ||
| 261 | ecp_smpl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | ||
| 262 | ecp_smpl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 263 | ecp_smpl.o: ../../include/openssl/symhacks.h ec_lcl.h ecp_smpl.c | ||
