diff options
| author | beck <> | 2000-12-15 02:58:47 +0000 |
|---|---|---|
| committer | beck <> | 2000-12-15 02:58:47 +0000 |
| commit | 9200bb13d15da4b2a23e6bc92c20e95b74aa2113 (patch) | |
| tree | 5c52d628ec1e34be76e7ef2a4235d248b7c44d24 /src/lib/libcrypto/objects/Makefile.ssl | |
| parent | e131d25072e3d4197ba4b9bcc0d1b27d34d6488d (diff) | |
| download | openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.gz openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.tar.bz2 openbsd-9200bb13d15da4b2a23e6bc92c20e95b74aa2113.zip | |
openssl-engine-0.9.6 merge
Diffstat (limited to 'src/lib/libcrypto/objects/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/objects/Makefile.ssl | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl index f05e15df96..bdb7aa94dc 100644 --- a/src/lib/libcrypto/objects/Makefile.ssl +++ b/src/lib/libcrypto/objects/Makefile.ssl | |||
| @@ -27,7 +27,7 @@ LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o | |||
| 27 | 27 | ||
| 28 | SRC= $(LIBSRC) | 28 | SRC= $(LIBSRC) |
| 29 | 29 | ||
| 30 | EXHEADER= objects.h | 30 | EXHEADER= objects.h obj_mac.h |
| 31 | HEADER= $(EXHEADER) obj_dat.h | 31 | HEADER= $(EXHEADER) obj_dat.h |
| 32 | 32 | ||
| 33 | ALL= $(GENERAL) $(SRC) $(HEADER) | 33 | ALL= $(GENERAL) $(SRC) $(HEADER) |
| @@ -80,27 +80,32 @@ clean: | |||
| 80 | 80 | ||
| 81 | o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 81 | o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 82 | o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 82 | o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h |
| 83 | o_names.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h | 83 | o_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 84 | o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 84 | o_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 85 | o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 85 | o_names.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 86 | o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 86 | obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 87 | obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 87 | obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | 88 | obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h |
| 88 | obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 89 | obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
| 89 | obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 90 | obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 90 | obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h | 91 | obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 91 | obj_dat.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 92 | obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 92 | obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 93 | obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 94 | obj_dat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 93 | obj_dat.o: ../cryptlib.h obj_dat.h | 95 | obj_dat.o: ../cryptlib.h obj_dat.h |
| 94 | obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 96 | obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 95 | obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 97 | obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h |
| 96 | obj_err.o: ../../include/openssl/err.h ../../include/openssl/objects.h | 98 | obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 99 | obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 97 | obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 100 | obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 98 | obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 101 | obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 102 | obj_err.o: ../../include/openssl/symhacks.h | ||
| 99 | obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 103 | obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
| 100 | obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h | 104 | obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h |
| 101 | obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 105 | obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
| 102 | obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 106 | obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 103 | obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/objects.h | 107 | obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 104 | obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 108 | obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 105 | obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 109 | obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 110 | obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 106 | obj_lib.o: ../cryptlib.h | 111 | obj_lib.o: ../cryptlib.h |
