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/rand/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/rand/Makefile.ssl')
| -rw-r--r-- | src/lib/libcrypto/rand/Makefile.ssl | 42 |
1 files changed, 36 insertions, 6 deletions
diff --git a/src/lib/libcrypto/rand/Makefile.ssl b/src/lib/libcrypto/rand/Makefile.ssl index be8eea34a2..5f6199a35f 100644 --- a/src/lib/libcrypto/rand/Makefile.ssl +++ b/src/lib/libcrypto/rand/Makefile.ssl | |||
| @@ -22,8 +22,8 @@ TEST= randtest.c | |||
| 22 | APPS= | 22 | APPS= |
| 23 | 23 | ||
| 24 | LIB=$(TOP)/libcrypto.a | 24 | LIB=$(TOP)/libcrypto.a |
| 25 | LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c | 25 | LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c rand_win.c |
| 26 | LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o | 26 | LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o rand_win.o |
| 27 | 27 | ||
| 28 | SRC= $(LIBSRC) | 28 | SRC= $(LIBSRC) |
| 29 | 29 | ||
| @@ -78,15 +78,45 @@ clean: | |||
| 78 | 78 | ||
| 79 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 79 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 80 | 80 | ||
| 81 | md_rand.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 81 | md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 82 | md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 82 | md_rand.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h |
| 83 | md_rand.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | ||
| 83 | md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 84 | md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 84 | md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | 85 | md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
| 85 | md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | 86 | md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h |
| 87 | md_rand.o: ../../include/openssl/symhacks.h rand_lcl.h | ||
| 86 | rand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h | 88 | rand_egd.o: ../../include/openssl/opensslconf.h ../../include/openssl/rand.h |
| 87 | rand_err.o: ../../include/openssl/err.h ../../include/openssl/rand.h | 89 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 88 | rand_lib.o: ../../include/openssl/rand.h | 90 | rand_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 91 | rand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | ||
| 92 | rand_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | ||
| 93 | rand_err.o: ../../include/openssl/symhacks.h | ||
| 94 | rand_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | ||
| 95 | rand_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h | ||
| 96 | rand_lib.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h | ||
| 97 | rand_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h | ||
| 98 | rand_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h | ||
| 99 | rand_lib.o: ../../include/openssl/engine.h ../../include/openssl/evp.h | ||
| 100 | rand_lib.o: ../../include/openssl/idea.h ../../include/openssl/md2.h | ||
| 101 | rand_lib.o: ../../include/openssl/md4.h ../../include/openssl/md5.h | ||
| 102 | rand_lib.o: ../../include/openssl/mdc2.h ../../include/openssl/obj_mac.h | ||
| 103 | rand_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | ||
| 104 | rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | ||
| 105 | rand_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h | ||
| 106 | rand_lib.o: ../../include/openssl/rc5.h ../../include/openssl/ripemd.h | ||
| 107 | rand_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h | ||
| 108 | rand_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h | ||
| 109 | rand_lib.o: ../../include/openssl/symhacks.h | ||
| 110 | rand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | ||
| 111 | rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | ||
| 112 | rand_win.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | ||
| 113 | rand_win.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | ||
| 114 | rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | ||
| 115 | rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | ||
| 116 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
| 117 | rand_win.o: ../cryptlib.h rand_lcl.h | ||
| 89 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h | 118 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h |
| 90 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 119 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
| 91 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h | 120 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h |
| 92 | randfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 121 | randfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 122 | randfile.o: ../../include/openssl/symhacks.h | ||
