diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/Makefile.ssl')
-rw-r--r-- | src/lib/libcrypto/x509v3/Makefile.ssl | 43 |
1 files changed, 40 insertions, 3 deletions
diff --git a/src/lib/libcrypto/x509v3/Makefile.ssl b/src/lib/libcrypto/x509v3/Makefile.ssl index 72871edbc1..1bb746d52d 100644 --- a/src/lib/libcrypto/x509v3/Makefile.ssl +++ b/src/lib/libcrypto/x509v3/Makefile.ssl | |||
@@ -24,10 +24,10 @@ APPS= | |||
24 | LIB=$(TOP)/libcrypto.a | 24 | LIB=$(TOP)/libcrypto.a |
25 | LIBSRC= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c \ | 25 | LIBSRC= v3_bcons.c v3_bitst.c v3_conf.c v3_extku.c v3_ia5.c \ |
26 | v3_lib.c v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c \ | 26 | v3_lib.c v3_prn.c v3_utl.c v3err.c v3_genn.c v3_alt.c v3_skey.c v3_akey.c \ |
27 | v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c | 27 | v3_pku.c v3_int.c v3_enum.c v3_sxnet.c v3_cpols.c v3_crld.c v3_purp.c v3_info.c |
28 | LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \ | 28 | LIBOBJ= v3_bcons.o v3_bitst.o v3_conf.o v3_extku.o v3_ia5.o v3_lib.o \ |
29 | v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \ | 29 | v3_prn.o v3_utl.o v3err.o v3_genn.o v3_alt.o v3_skey.o v3_akey.o v3_pku.o \ |
30 | v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o | 30 | v3_int.o v3_enum.o v3_sxnet.o v3_cpols.o v3_crld.o v3_purp.o v3_info.o |
31 | 31 | ||
32 | SRC= $(LIBSRC) | 32 | SRC= $(LIBSRC) |
33 | 33 | ||
@@ -285,6 +285,25 @@ v3_ia5.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | |||
285 | v3_ia5.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 285 | v3_ia5.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
286 | v3_ia5.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 286 | v3_ia5.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
287 | v3_ia5.o: ../../include/openssl/x509v3.h ../cryptlib.h | 287 | v3_ia5.o: ../../include/openssl/x509v3.h ../cryptlib.h |
288 | v3_info.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h | ||
289 | v3_info.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h | ||
290 | v3_info.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | ||
291 | v3_info.o: ../../include/openssl/cast.h ../../include/openssl/conf.h | ||
292 | v3_info.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
293 | v3_info.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | ||
294 | v3_info.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | ||
295 | v3_info.o: ../../include/openssl/err.h ../../include/openssl/evp.h | ||
296 | v3_info.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h | ||
297 | v3_info.o: ../../include/openssl/md2.h ../../include/openssl/md5.h | ||
298 | v3_info.o: ../../include/openssl/mdc2.h ../../include/openssl/objects.h | ||
299 | v3_info.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
300 | v3_info.o: ../../include/openssl/pkcs7.h ../../include/openssl/rc2.h | ||
301 | v3_info.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | ||
302 | v3_info.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | ||
303 | v3_info.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
304 | v3_info.o: ../../include/openssl/stack.h ../../include/openssl/x509.h | ||
305 | v3_info.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h | ||
306 | v3_info.o: ../cryptlib.h | ||
288 | v3_int.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 307 | v3_int.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
289 | v3_int.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | 308 | v3_int.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h |
290 | v3_int.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | 309 | v3_int.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h |
@@ -320,7 +339,7 @@ v3_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | |||
320 | v3_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | 339 | v3_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h |
321 | v3_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 340 | v3_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
322 | v3_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 341 | v3_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
323 | v3_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h | 342 | v3_lib.o: ../../include/openssl/x509v3.h ../cryptlib.h ext_dat.h |
324 | v3_pku.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h | 343 | v3_pku.o: ../../include/openssl/asn1.h ../../include/openssl/asn1_mac.h |
325 | v3_pku.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h | 344 | v3_pku.o: ../../include/openssl/bio.h ../../include/openssl/blowfish.h |
326 | v3_pku.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | 345 | v3_pku.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h |
@@ -358,6 +377,24 @@ v3_prn.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | |||
358 | v3_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 377 | v3_prn.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
359 | v3_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | 378 | v3_prn.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h |
360 | v3_prn.o: ../../include/openssl/x509v3.h ../cryptlib.h | 379 | v3_prn.o: ../../include/openssl/x509v3.h ../cryptlib.h |
380 | v3_purp.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
381 | v3_purp.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | ||
382 | v3_purp.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | ||
383 | v3_purp.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h | ||
384 | v3_purp.o: ../../include/openssl/des.h ../../include/openssl/dh.h | ||
385 | v3_purp.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h | ||
386 | v3_purp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
387 | v3_purp.o: ../../include/openssl/evp.h ../../include/openssl/idea.h | ||
388 | v3_purp.o: ../../include/openssl/lhash.h ../../include/openssl/md2.h | ||
389 | v3_purp.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h | ||
390 | v3_purp.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
391 | v3_purp.o: ../../include/openssl/opensslv.h ../../include/openssl/pkcs7.h | ||
392 | v3_purp.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h | ||
393 | v3_purp.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | ||
394 | v3_purp.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
395 | v3_purp.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
396 | v3_purp.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h | ||
397 | v3_purp.o: ../../include/openssl/x509v3.h ../cryptlib.h | ||
361 | v3_skey.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 398 | v3_skey.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
362 | v3_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | 399 | v3_skey.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h |
363 | v3_skey.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | 400 | v3_skey.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h |