diff options
| author | djm <> | 2008-09-06 12:15:53 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 12:15:53 +0000 |
| commit | 353af015bc02bd5a098251d120b3ae56c10ac763 (patch) | |
| tree | 42536fc91256eb7239389df70f6abce69f06da56 /src/lib/libcrypto/rand | |
| parent | 2264137440a13fb11f05127cb03f7239f024ab28 (diff) | |
| parent | 221e4bfdc56c7ec8942006900694c958c515c143 (diff) | |
| download | openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.tar.gz openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.tar.bz2 openbsd-353af015bc02bd5a098251d120b3ae56c10ac763.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/rand')
| -rw-r--r-- | src/lib/libcrypto/rand/Makefile | 141 |
1 files changed, 52 insertions, 89 deletions
diff --git a/src/lib/libcrypto/rand/Makefile b/src/lib/libcrypto/rand/Makefile index b1d1a75f98..3c1ab5bbae 100644 --- a/src/lib/libcrypto/rand/Makefile +++ b/src/lib/libcrypto/rand/Makefile | |||
| @@ -7,11 +7,6 @@ TOP= ../.. | |||
| 7 | CC= cc | 7 | CC= cc |
| 8 | INCLUDES= | 8 | INCLUDES= |
| 9 | CFLAG=-g | 9 | CFLAG=-g |
| 10 | INSTALL_PREFIX= | ||
| 11 | OPENSSLDIR= /usr/local/ssl | ||
| 12 | INSTALLTOP=/usr/local/ssl | ||
| 13 | MAKEDEPPROG= makedepend | ||
| 14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
| 15 | MAKEFILE= Makefile | 10 | MAKEFILE= Makefile |
| 16 | AR= ar r | 11 | AR= ar r |
| 17 | 12 | ||
| @@ -23,9 +18,9 @@ APPS= | |||
| 23 | 18 | ||
| 24 | LIB=$(TOP)/libcrypto.a | 19 | LIB=$(TOP)/libcrypto.a |
| 25 | LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ | 20 | LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \ |
| 26 | rand_win.c rand_unix.c rand_os2.c | 21 | rand_win.c rand_unix.c rand_os2.c rand_nw.c |
| 27 | LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \ | 22 | LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \ |
| 28 | rand_win.o rand_unix.o rand_os2.o | 23 | rand_win.o rand_unix.o rand_os2.o rand_nw.o |
| 29 | 24 | ||
| 30 | SRC= $(LIBSRC) | 25 | SRC= $(LIBSRC) |
| 31 | 26 | ||
| @@ -53,6 +48,7 @@ links: | |||
| 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 48 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
| 54 | 49 | ||
| 55 | install: | 50 | install: |
| 51 | @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| 56 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | 52 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ |
| 57 | do \ | 53 | do \ |
| 58 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | 54 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ |
| @@ -68,6 +64,7 @@ lint: | |||
| 68 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 64 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 69 | 65 | ||
| 70 | depend: | 66 | depend: |
| 67 | @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| 71 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | 68 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |
| 72 | 69 | ||
| 73 | dclean: | 70 | dclean: |
| @@ -79,26 +76,16 @@ clean: | |||
| 79 | 76 | ||
| 80 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 77 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 81 | 78 | ||
| 82 | md_rand.o: ../../e_os.h ../../include/openssl/aes.h | 79 | md_rand.o: ../../e_os.h ../../include/openssl/asn1.h |
| 83 | md_rand.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 80 | md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 84 | md_rand.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | ||
| 85 | md_rand.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h | ||
| 86 | md_rand.o: ../../include/openssl/des.h ../../include/openssl/des_old.h | ||
| 87 | md_rand.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | ||
| 88 | md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 81 | md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 89 | md_rand.o: ../../include/openssl/evp.h ../../include/openssl/fips.h | 82 | md_rand.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h |
| 90 | md_rand.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h | ||
| 91 | md_rand.o: ../../include/openssl/md2.h ../../include/openssl/md4.h | ||
| 92 | md_rand.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h | ||
| 93 | md_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | 83 | md_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
| 94 | md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 84 | md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 95 | md_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | 85 | md_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h |
| 96 | md_rand.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h | 86 | md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h |
| 97 | md_rand.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | 87 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 98 | md_rand.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | 88 | md_rand.o: md_rand.c rand_lcl.h |
| 99 | md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 100 | md_rand.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | ||
| 101 | md_rand.o: ../../include/openssl/ui_compat.h md_rand.c rand_lcl.h | ||
| 102 | rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h | 89 | rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h |
| 103 | rand_egd.o: ../../include/openssl/opensslconf.h | 90 | rand_egd.o: ../../include/openssl/opensslconf.h |
| 104 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | 91 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h |
| @@ -110,83 +97,59 @@ rand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | |||
| 110 | rand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | 97 | rand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 111 | rand_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 98 | rand_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 112 | rand_err.o: rand_err.c | 99 | rand_err.o: rand_err.c |
| 113 | rand_lib.o: ../../e_os.h ../../include/openssl/asn1.h | 100 | rand_lib.o: ../../e_os.h ../../include/openssl/bio.h |
| 114 | rand_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | ||
| 115 | rand_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 101 | rand_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 116 | rand_lib.o: ../../include/openssl/des.h ../../include/openssl/des_old.h | ||
| 117 | rand_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h | ||
| 118 | rand_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h | 102 | rand_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h |
| 119 | rand_lib.o: ../../include/openssl/err.h ../../include/openssl/fips.h | 103 | rand_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 120 | rand_lib.o: ../../include/openssl/fips_rand.h ../../include/openssl/lhash.h | ||
| 121 | rand_lib.o: ../../include/openssl/opensslconf.h | 104 | rand_lib.o: ../../include/openssl/opensslconf.h |
| 122 | rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 105 | rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 123 | rand_lib.o: ../../include/openssl/rand.h ../../include/openssl/rsa.h | 106 | rand_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 124 | rand_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 107 | rand_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 125 | rand_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 108 | rand_lib.o: ../cryptlib.h rand_lib.c |
| 126 | rand_lib.o: ../../include/openssl/ui_compat.h ../cryptlib.h rand_lib.c | 109 | rand_nw.o: ../../e_os.h ../../include/openssl/asn1.h |
| 127 | rand_os2.o: ../../e_os.h ../../include/openssl/aes.h | 110 | rand_nw.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 128 | rand_os2.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 111 | rand_nw.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 129 | rand_os2.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | 112 | rand_nw.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 130 | rand_os2.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | 113 | rand_nw.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 131 | rand_os2.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 114 | rand_nw.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 132 | rand_os2.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | 115 | rand_nw.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 133 | rand_os2.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | 116 | rand_nw.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 117 | rand_nw.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 118 | rand_nw.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h rand_nw.c | ||
| 119 | rand_os2.o: ../../e_os.h ../../include/openssl/asn1.h | ||
| 120 | rand_os2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| 121 | rand_os2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | ||
| 134 | rand_os2.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 122 | rand_os2.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 135 | rand_os2.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h | 123 | rand_os2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 136 | rand_os2.o: ../../include/openssl/md2.h ../../include/openssl/md4.h | 124 | rand_os2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 137 | rand_os2.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h | ||
| 138 | rand_os2.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 139 | rand_os2.o: ../../include/openssl/opensslconf.h | ||
| 140 | rand_os2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 125 | rand_os2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 141 | rand_os2.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h | 126 | rand_os2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 142 | rand_os2.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | 127 | rand_os2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 143 | rand_os2.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | 128 | rand_os2.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h |
| 144 | rand_os2.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 129 | rand_os2.o: rand_os2.c |
| 145 | rand_os2.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 130 | rand_unix.o: ../../e_os.h ../../include/openssl/asn1.h |
| 146 | rand_os2.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 131 | rand_unix.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 147 | rand_os2.o: ../cryptlib.h rand_lcl.h rand_os2.c | 132 | rand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 148 | rand_unix.o: ../../e_os.h ../../include/openssl/aes.h | ||
| 149 | rand_unix.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 150 | rand_unix.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | ||
| 151 | rand_unix.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | ||
| 152 | rand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
| 153 | rand_unix.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | ||
| 154 | rand_unix.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| 155 | rand_unix.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 133 | rand_unix.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 156 | rand_unix.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h | 134 | rand_unix.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 157 | rand_unix.o: ../../include/openssl/md2.h ../../include/openssl/md4.h | 135 | rand_unix.o: ../../include/openssl/objects.h |
| 158 | rand_unix.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h | ||
| 159 | rand_unix.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 160 | rand_unix.o: ../../include/openssl/opensslconf.h | 136 | rand_unix.o: ../../include/openssl/opensslconf.h |
| 161 | rand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 137 | rand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 162 | rand_unix.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h | 138 | rand_unix.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 163 | rand_unix.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | 139 | rand_unix.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 164 | rand_unix.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | 140 | rand_unix.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h |
| 165 | rand_unix.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 141 | rand_unix.o: rand_unix.c |
| 166 | rand_unix.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 142 | rand_win.o: ../../e_os.h ../../include/openssl/asn1.h |
| 167 | rand_unix.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 143 | rand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
| 168 | rand_unix.o: ../cryptlib.h rand_lcl.h rand_unix.c | 144 | rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 169 | rand_win.o: ../../e_os.h ../../include/openssl/aes.h | ||
| 170 | rand_win.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 171 | rand_win.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | ||
| 172 | rand_win.o: ../../include/openssl/buffer.h ../../include/openssl/cast.h | ||
| 173 | rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | ||
| 174 | rand_win.o: ../../include/openssl/des_old.h ../../include/openssl/dh.h | ||
| 175 | rand_win.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| 176 | rand_win.o: ../../include/openssl/err.h ../../include/openssl/evp.h | 145 | rand_win.o: ../../include/openssl/err.h ../../include/openssl/evp.h |
| 177 | rand_win.o: ../../include/openssl/idea.h ../../include/openssl/lhash.h | 146 | rand_win.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h |
| 178 | rand_win.o: ../../include/openssl/md2.h ../../include/openssl/md4.h | 147 | rand_win.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h |
| 179 | rand_win.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h | ||
| 180 | rand_win.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h | ||
| 181 | rand_win.o: ../../include/openssl/opensslconf.h | ||
| 182 | rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 148 | rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 183 | rand_win.o: ../../include/openssl/rand.h ../../include/openssl/rc2.h | 149 | rand_win.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 184 | rand_win.o: ../../include/openssl/rc4.h ../../include/openssl/rc5.h | 150 | rand_win.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 185 | rand_win.o: ../../include/openssl/ripemd.h ../../include/openssl/rsa.h | 151 | rand_win.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h |
| 186 | rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | 152 | rand_win.o: rand_win.c |
| 187 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 188 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | ||
| 189 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c | ||
| 190 | randfile.o: ../../e_os.h ../../include/openssl/buffer.h | 153 | randfile.o: ../../e_os.h ../../include/openssl/buffer.h |
| 191 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 154 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 192 | randfile.o: ../../include/openssl/opensslconf.h | 155 | randfile.o: ../../include/openssl/opensslconf.h |
