diff options
author | markus <> | 2002-09-12 20:53:15 +0000 |
---|---|---|
committer | markus <> | 2002-09-12 20:53:15 +0000 |
commit | cb7ad8e6800971ee3f2b6cd03d0231f7808b1082 (patch) | |
tree | 4a4595d2b2abaec6b64b01698059c0648ef7436d | |
parent | 349cbd2e4adbc627f1a356c7114ff3a53dfb842a (diff) | |
download | openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.gz openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.tar.bz2 openbsd-cb7ad8e6800971ee3f2b6cd03d0231f7808b1082.zip |
import openssl-0.9.7-stable-SNAP-20020911 (without idea)
-rw-r--r-- | src/lib/libcrypto/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libcrypto/des/Makefile.ssl | 3 | ||||
-rw-r--r-- | src/lib/libcrypto/engine/hw_openbsd_dev_crypto.c | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/krb5/Makefile.ssl | 10 | ||||
-rw-r--r-- | src/lib/libcrypto/ocsp/Makefile.ssl | 10 | ||||
-rw-r--r-- | src/lib/libssl/src/STATUS | 33 | ||||
-rw-r--r-- | src/lib/libssl/src/TABLE | 412 | ||||
-rw-r--r-- | src/lib/libssl/src/apps/Makefile.ssl | 951 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/des/Makefile.ssl | 3 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c | 10 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/krb5/Makefile.ssl | 10 | ||||
-rw-r--r-- | src/lib/libssl/src/crypto/ocsp/Makefile.ssl | 10 | ||||
-rw-r--r-- | src/lib/libssl/src/ssl/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/src/test/Makefile.ssl | 2 | ||||
-rw-r--r-- | src/lib/libssl/test/Makefile.ssl | 2 |
16 files changed, 1031 insertions, 441 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 8ac7016593..91e931a6ed 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
@@ -98,7 +98,7 @@ lib: $(LIBOBJ) | |||
98 | 98 | ||
99 | shared: | 99 | shared: |
100 | if [ -n "$(SHARED_LIBS)" ]; then \ | 100 | if [ -n "$(SHARED_LIBS)" ]; then \ |
101 | (cd ..; make $(SHARED_LIB)); \ | 101 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
102 | fi | 102 | fi |
103 | 103 | ||
104 | libs: | 104 | libs: |
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index 00e479dbd1..14baf7d0cc 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
@@ -207,7 +207,8 @@ ecb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | |||
207 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 207 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
208 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 208 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
209 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 209 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
210 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h ecb_enc.c spr.h | 210 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c |
211 | ecb_enc.o: spr.h | ||
211 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 212 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
212 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 213 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
213 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h | 214 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h |
diff --git a/src/lib/libcrypto/engine/hw_openbsd_dev_crypto.c b/src/lib/libcrypto/engine/hw_openbsd_dev_crypto.c index f946389b8a..b8aab545db 100644 --- a/src/lib/libcrypto/engine/hw_openbsd_dev_crypto.c +++ b/src/lib/libcrypto/engine/hw_openbsd_dev_crypto.c | |||
@@ -408,7 +408,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
408 | cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */ | 408 | cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */ |
409 | cryp.len=len; | 409 | cryp.len=len; |
410 | cryp.src=(caddr_t)data; | 410 | cryp.src=(caddr_t)data; |
411 | cryp.dst=(caddr_t)data; // FIXME!!! | 411 | cryp.dst=(caddr_t)data; /* FIXME!!! */ |
412 | cryp.mac=(caddr_t)md; | 412 | cryp.mac=(caddr_t)md; |
413 | 413 | ||
414 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) | 414 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) |
@@ -420,7 +420,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
420 | dcopy=OPENSSL_malloc(len); | 420 | dcopy=OPENSSL_malloc(len); |
421 | memcpy(dcopy,data,len); | 421 | memcpy(dcopy,data,len); |
422 | cryp.src=dcopy; | 422 | cryp.src=dcopy; |
423 | cryp.dst=cryp.src; // FIXME!!! | 423 | cryp.dst=cryp.src; /* FIXME!!! */ |
424 | 424 | ||
425 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) | 425 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) |
426 | { | 426 | { |
@@ -437,7 +437,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
437 | return 0; | 437 | return 0; |
438 | } | 438 | } |
439 | } | 439 | } |
440 | // printf("done\n"); | 440 | /* printf("done\n"); */ |
441 | 441 | ||
442 | return 1; | 442 | return 1; |
443 | } | 443 | } |
@@ -483,7 +483,7 @@ static int dev_crypto_md5_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) | |||
483 | const MD_DATA *from_md=from->md_data; | 483 | const MD_DATA *from_md=from->md_data; |
484 | MD_DATA *to_md=to->md_data; | 484 | MD_DATA *to_md=to->md_data; |
485 | 485 | ||
486 | // How do we copy sessions? | 486 | /* How do we copy sessions? */ |
487 | assert(from->digest->flags&EVP_MD_FLAG_ONESHOT); | 487 | assert(from->digest->flags&EVP_MD_FLAG_ONESHOT); |
488 | 488 | ||
489 | to_md->data=OPENSSL_malloc(from_md->len); | 489 | to_md->data=OPENSSL_malloc(from_md->len); |
@@ -530,7 +530,7 @@ static const EVP_MD md5_md= | |||
530 | NID_md5, | 530 | NID_md5, |
531 | NID_md5WithRSAEncryption, | 531 | NID_md5WithRSAEncryption, |
532 | MD5_DIGEST_LENGTH, | 532 | MD5_DIGEST_LENGTH, |
533 | EVP_MD_FLAG_ONESHOT, // XXX: set according to device info... | 533 | EVP_MD_FLAG_ONESHOT, /* XXX: set according to device info... */ |
534 | dev_crypto_md5_init, | 534 | dev_crypto_md5_init, |
535 | dev_crypto_md5_update, | 535 | dev_crypto_md5_update, |
536 | dev_crypto_md5_final, | 536 | dev_crypto_md5_final, |
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 496370f1aa..8daed59211 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/Makefile.ssl | |||
@@ -45,13 +45,13 @@ lib: $(LIBOBJ) | |||
45 | @touch lib | 45 | @touch lib |
46 | 46 | ||
47 | files: | 47 | files: |
48 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 51 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; |
52 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
55 | 55 | ||
56 | install: | 56 | install: |
57 | @for i in $(EXHEADER) ; \ | 57 | @for i in $(EXHEADER) ; \ |
diff --git a/src/lib/libcrypto/ocsp/Makefile.ssl b/src/lib/libcrypto/ocsp/Makefile.ssl index cf6050dc6e..f5260abaed 100644 --- a/src/lib/libcrypto/ocsp/Makefile.ssl +++ b/src/lib/libcrypto/ocsp/Makefile.ssl | |||
@@ -47,13 +47,13 @@ lib: $(LIBOBJ) | |||
47 | @touch lib | 47 | @touch lib |
48 | 48 | ||
49 | files: | 49 | files: |
50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 53 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; |
54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
57 | 57 | ||
58 | install: | 58 | install: |
59 | @for i in $(EXHEADER) ; \ | 59 | @for i in $(EXHEADER) ; \ |
diff --git a/src/lib/libssl/src/STATUS b/src/lib/libssl/src/STATUS index 3438215ee7..07a44027c5 100644 --- a/src/lib/libssl/src/STATUS +++ b/src/lib/libssl/src/STATUS | |||
@@ -1,10 +1,17 @@ | |||
1 | 1 | ||
2 | OpenSSL STATUS Last modified at | 2 | OpenSSL STATUS Last modified at |
3 | ______________ $Date: 2002/05/15 02:29:08 $ | 3 | ______________ $Date: 2002/09/12 20:41:37 $ |
4 | 4 | ||
5 | DEVELOPMENT STATE | 5 | DEVELOPMENT STATE |
6 | 6 | ||
7 | o OpenSSL 0.9.7: Under development... | 7 | o OpenSSL 0.9.8: Under development... |
8 | o OpenSSL 0.9.7-beta3: Released on July 30th, 2002 | ||
9 | o OpenSSL 0.9.7-beta2: Released on June 16th, 2002 | ||
10 | o OpenSSL 0.9.7-beta1: Released on June 1st, 2002 | ||
11 | o OpenSSL 0.9.6g: Released on August 9th, 2002 | ||
12 | o OpenSSL 0.9.6f: Released on August 8th, 2002 | ||
13 | o OpenSSL 0.9.6e: Released on July 30th, 2002 | ||
14 | o OpenSSL 0.9.6d: Released on May 9th, 2002 | ||
8 | o OpenSSL 0.9.6c: Released on December 21st, 2001 | 15 | o OpenSSL 0.9.6c: Released on December 21st, 2001 |
9 | o OpenSSL 0.9.6b: Released on July 9th, 2001 | 16 | o OpenSSL 0.9.6b: Released on July 9th, 2001 |
10 | o OpenSSL 0.9.6a: Released on April 5th, 2001 | 17 | o OpenSSL 0.9.6a: Released on April 5th, 2001 |
@@ -17,23 +24,12 @@ | |||
17 | o OpenSSL 0.9.2b: Released on March 22th, 1999 | 24 | o OpenSSL 0.9.2b: Released on March 22th, 1999 |
18 | o OpenSSL 0.9.1c: Released on December 23th, 1998 | 25 | o OpenSSL 0.9.1c: Released on December 23th, 1998 |
19 | 26 | ||
20 | RELEASE SHOWSTOPPERS | 27 | [See also http://www.openssl.org/support/rt2.html] |
21 | |||
22 | o BIGNUM library failures on 64-bit platforms (0.9.7-dev): | ||
23 | - BN_mod_mul verificiation (bc) fails for solaris64-sparcv9-cc | ||
24 | and other 64-bit platforms | ||
25 | |||
26 | Checked on Result | ||
27 | alpha-cc (Tru64 version 4.0) works | ||
28 | linux-alpha+bwx-gcc doesn't work. Reported by | ||
29 | Sean O'Riordain <seanpor@acm.org> | ||
30 | OpenBSD-sparc64 doesn't work. BN_mod_mul breaks. | ||
31 | 28 | ||
32 | Needs checked on | 29 | RELEASE SHOWSTOPPERS |
33 | [add platforms here] | ||
34 | 30 | ||
35 | - BN_mod_mul verification fails for mips3-sgi-irix | 31 | o BN_mod_mul verification fails for mips3-sgi-irix |
36 | unless configured with no-asm | 32 | unless configured with no-asm |
37 | 33 | ||
38 | AVAILABLE PATCHES | 34 | AVAILABLE PATCHES |
39 | 35 | ||
@@ -68,9 +64,6 @@ | |||
68 | 64 | ||
69 | OPEN ISSUES | 65 | OPEN ISSUES |
70 | 66 | ||
71 | o Do we want the EVP API changes in 0.9.7? | ||
72 | Can compatibility be improved? | ||
73 | |||
74 | o The Makefile hierarchy and build mechanism is still not a round thing: | 67 | o The Makefile hierarchy and build mechanism is still not a round thing: |
75 | 68 | ||
76 | 1. The config vs. Configure scripts | 69 | 1. The config vs. Configure scripts |
diff --git a/src/lib/libssl/src/TABLE b/src/lib/libssl/src/TABLE index 8ca5309e4d..3989ac7ebf 100644 --- a/src/lib/libssl/src/TABLE +++ b/src/lib/libssl/src/TABLE | |||
@@ -1,3 +1,4 @@ | |||
1 | Output of `Configure TABLE': | ||
1 | 2 | ||
2 | *** BC-16 | 3 | *** BC-16 |
3 | $cc = bcc | 4 | $cc = bcc |
@@ -22,6 +23,7 @@ $shared_cflag = | |||
22 | $shared_ldflag = | 23 | $shared_ldflag = |
23 | $shared_extension = | 24 | $shared_extension = |
24 | $ranlib = | 25 | $ranlib = |
26 | $arflags = | ||
25 | 27 | ||
26 | *** BC-32 | 28 | *** BC-32 |
27 | $cc = bcc32 | 29 | $cc = bcc32 |
@@ -46,6 +48,7 @@ $shared_cflag = | |||
46 | $shared_ldflag = | 48 | $shared_ldflag = |
47 | $shared_extension = | 49 | $shared_extension = |
48 | $ranlib = | 50 | $ranlib = |
51 | $arflags = | ||
49 | 52 | ||
50 | *** BS2000-OSD | 53 | *** BS2000-OSD |
51 | $cc = c89 | 54 | $cc = c89 |
@@ -70,6 +73,7 @@ $shared_cflag = | |||
70 | $shared_ldflag = | 73 | $shared_ldflag = |
71 | $shared_extension = | 74 | $shared_extension = |
72 | $ranlib = | 75 | $ranlib = |
76 | $arflags = | ||
73 | 77 | ||
74 | *** Cygwin | 78 | *** Cygwin |
75 | $cc = gcc | 79 | $cc = gcc |
@@ -79,6 +83,31 @@ $thread_cflag = | |||
79 | $sys_id = CYGWIN32 | 83 | $sys_id = CYGWIN32 |
80 | $lflags = | 84 | $lflags = |
81 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | 85 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT |
86 | $bn_obj = asm/bn86-out.o asm/co86-out.o | ||
87 | $des_obj = asm/dx86-out.o asm/yx86-out.o | ||
88 | $bf_obj = asm/bx86-out.o | ||
89 | $md5_obj = asm/mx86-out.o | ||
90 | $sha1_obj = asm/sx86-out.o | ||
91 | $cast_obj = asm/cx86-out.o | ||
92 | $rc4_obj = asm/rx86-out.o | ||
93 | $rmd160_obj = asm/rm86-out.o | ||
94 | $rc5_obj = asm/r586-out.o | ||
95 | $dso_scheme = win32 | ||
96 | $shared_target= cygwin-shared | ||
97 | $shared_cflag = | ||
98 | $shared_ldflag = | ||
99 | $shared_extension = .dll | ||
100 | $ranlib = | ||
101 | $arflags = | ||
102 | |||
103 | *** Cygwin-pre1.3 | ||
104 | $cc = gcc | ||
105 | $cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall | ||
106 | $unistd = | ||
107 | $thread_cflag = (unknown) | ||
108 | $sys_id = CYGWIN32 | ||
109 | $lflags = | ||
110 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | ||
82 | $bn_obj = | 111 | $bn_obj = |
83 | $des_obj = | 112 | $des_obj = |
84 | $bf_obj = | 113 | $bf_obj = |
@@ -89,19 +118,20 @@ $rc4_obj = | |||
89 | $rmd160_obj = | 118 | $rmd160_obj = |
90 | $rc5_obj = | 119 | $rc5_obj = |
91 | $dso_scheme = win32 | 120 | $dso_scheme = win32 |
92 | $shared_target= cygwin-shared | 121 | $shared_target= |
93 | $shared_cflag = | 122 | $shared_cflag = |
94 | $shared_ldflag = | 123 | $shared_ldflag = |
95 | $shared_extension = .dll | 124 | $shared_extension = |
96 | $ranlib = | 125 | $ranlib = |
126 | $arflags = | ||
97 | 127 | ||
98 | *** Cygwin-pre1.3 | 128 | *** DJGPP |
99 | $cc = gcc | 129 | $cc = gcc |
100 | $cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall | 130 | $cflags = -I/dev/env/DJDIR/watt32/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall |
101 | $unistd = | 131 | $unistd = |
102 | $thread_cflag = (unknown) | 132 | $thread_cflag = |
103 | $sys_id = CYGWIN32 | 133 | $sys_id = MSDOS |
104 | $lflags = | 134 | $lflags = -L/dev/env/DJDIR/watt32/lib -lwatt |
105 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | 135 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT |
106 | $bn_obj = | 136 | $bn_obj = |
107 | $des_obj = | 137 | $des_obj = |
@@ -112,12 +142,13 @@ $cast_obj = | |||
112 | $rc4_obj = | 142 | $rc4_obj = |
113 | $rmd160_obj = | 143 | $rmd160_obj = |
114 | $rc5_obj = | 144 | $rc5_obj = |
115 | $dso_scheme = win32 | 145 | $dso_scheme = |
116 | $shared_target= | 146 | $shared_target= |
117 | $shared_cflag = | 147 | $shared_cflag = |
118 | $shared_ldflag = | 148 | $shared_ldflag = |
119 | $shared_extension = | 149 | $shared_extension = |
120 | $ranlib = | 150 | $ranlib = |
151 | $arflags = | ||
121 | 152 | ||
122 | *** FreeBSD | 153 | *** FreeBSD |
123 | $cc = gcc | 154 | $cc = gcc |
@@ -142,6 +173,7 @@ $shared_cflag = | |||
142 | $shared_ldflag = | 173 | $shared_ldflag = |
143 | $shared_extension = | 174 | $shared_extension = |
144 | $ranlib = | 175 | $ranlib = |
176 | $arflags = | ||
145 | 177 | ||
146 | *** FreeBSD-alpha | 178 | *** FreeBSD-alpha |
147 | $cc = gcc | 179 | $cc = gcc |
@@ -166,6 +198,7 @@ $shared_cflag = -fPIC | |||
166 | $shared_ldflag = | 198 | $shared_ldflag = |
167 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 199 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
168 | $ranlib = | 200 | $ranlib = |
201 | $arflags = | ||
169 | 202 | ||
170 | *** FreeBSD-elf | 203 | *** FreeBSD-elf |
171 | $cc = gcc | 204 | $cc = gcc |
@@ -190,6 +223,7 @@ $shared_cflag = -fPIC | |||
190 | $shared_ldflag = | 223 | $shared_ldflag = |
191 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 224 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
192 | $ranlib = | 225 | $ranlib = |
226 | $arflags = | ||
193 | 227 | ||
194 | *** MPE/iX-gcc | 228 | *** MPE/iX-gcc |
195 | $cc = gcc | 229 | $cc = gcc |
@@ -214,6 +248,7 @@ $shared_cflag = | |||
214 | $shared_ldflag = | 248 | $shared_ldflag = |
215 | $shared_extension = | 249 | $shared_extension = |
216 | $ranlib = | 250 | $ranlib = |
251 | $arflags = | ||
217 | 252 | ||
218 | *** Mingw32 | 253 | *** Mingw32 |
219 | $cc = gcc | 254 | $cc = gcc |
@@ -238,6 +273,7 @@ $shared_cflag = | |||
238 | $shared_ldflag = | 273 | $shared_ldflag = |
239 | $shared_extension = | 274 | $shared_extension = |
240 | $ranlib = | 275 | $ranlib = |
276 | $arflags = | ||
241 | 277 | ||
242 | *** NetBSD-m68 | 278 | *** NetBSD-m68 |
243 | $cc = gcc | 279 | $cc = gcc |
@@ -262,6 +298,7 @@ $shared_cflag = -fPIC | |||
262 | $shared_ldflag = | 298 | $shared_ldflag = |
263 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 299 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
264 | $ranlib = | 300 | $ranlib = |
301 | $arflags = | ||
265 | 302 | ||
266 | *** NetBSD-sparc | 303 | *** NetBSD-sparc |
267 | $cc = gcc | 304 | $cc = gcc |
@@ -286,6 +323,7 @@ $shared_cflag = -fPIC | |||
286 | $shared_ldflag = | 323 | $shared_ldflag = |
287 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 324 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
288 | $ranlib = | 325 | $ranlib = |
326 | $arflags = | ||
289 | 327 | ||
290 | *** NetBSD-x86 | 328 | *** NetBSD-x86 |
291 | $cc = gcc | 329 | $cc = gcc |
@@ -310,6 +348,7 @@ $shared_cflag = -fPIC | |||
310 | $shared_ldflag = | 348 | $shared_ldflag = |
311 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 349 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
312 | $ranlib = | 350 | $ranlib = |
351 | $arflags = | ||
313 | 352 | ||
314 | *** OS2-EMX | 353 | *** OS2-EMX |
315 | $cc = gcc | 354 | $cc = gcc |
@@ -334,6 +373,7 @@ $shared_cflag = | |||
334 | $shared_ldflag = | 373 | $shared_ldflag = |
335 | $shared_extension = | 374 | $shared_extension = |
336 | $ranlib = | 375 | $ranlib = |
376 | $arflags = | ||
337 | 377 | ||
338 | *** OS390-Unix | 378 | *** OS390-Unix |
339 | $cc = c89.sh | 379 | $cc = c89.sh |
@@ -358,6 +398,7 @@ $shared_cflag = | |||
358 | $shared_ldflag = | 398 | $shared_ldflag = |
359 | $shared_extension = | 399 | $shared_extension = |
360 | $ranlib = | 400 | $ranlib = |
401 | $arflags = | ||
361 | 402 | ||
362 | *** OpenBSD | 403 | *** OpenBSD |
363 | $cc = gcc | 404 | $cc = gcc |
@@ -382,6 +423,7 @@ $shared_cflag = -fPIC | |||
382 | $shared_ldflag = | 423 | $shared_ldflag = |
383 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 424 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
384 | $ranlib = | 425 | $ranlib = |
426 | $arflags = | ||
385 | 427 | ||
386 | *** OpenBSD-alpha | 428 | *** OpenBSD-alpha |
387 | $cc = gcc | 429 | $cc = gcc |
@@ -406,6 +448,7 @@ $shared_cflag = -fPIC | |||
406 | $shared_ldflag = | 448 | $shared_ldflag = |
407 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 449 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
408 | $ranlib = | 450 | $ranlib = |
451 | $arflags = | ||
409 | 452 | ||
410 | *** OpenBSD-hppa | 453 | *** OpenBSD-hppa |
411 | $cc = gcc | 454 | $cc = gcc |
@@ -427,9 +470,10 @@ $rc5_obj = | |||
427 | $dso_scheme = dlfcn | 470 | $dso_scheme = dlfcn |
428 | $shared_target= bsd-gcc-shared | 471 | $shared_target= bsd-gcc-shared |
429 | $shared_cflag = -fPIC | 472 | $shared_cflag = -fPIC |
430 | $shared_ldflag = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 473 | $shared_ldflag = |
431 | $shared_extension = | 474 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
432 | $ranlib = | 475 | $ranlib = |
476 | $arflags = | ||
433 | 477 | ||
434 | *** OpenBSD-i386 | 478 | *** OpenBSD-i386 |
435 | $cc = gcc | 479 | $cc = gcc |
@@ -454,6 +498,7 @@ $shared_cflag = -fPIC | |||
454 | $shared_ldflag = | 498 | $shared_ldflag = |
455 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 499 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
456 | $ranlib = | 500 | $ranlib = |
501 | $arflags = | ||
457 | 502 | ||
458 | *** OpenBSD-m68k | 503 | *** OpenBSD-m68k |
459 | $cc = gcc | 504 | $cc = gcc |
@@ -478,6 +523,7 @@ $shared_cflag = -fPIC | |||
478 | $shared_ldflag = | 523 | $shared_ldflag = |
479 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 524 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
480 | $ranlib = | 525 | $ranlib = |
526 | $arflags = | ||
481 | 527 | ||
482 | *** OpenBSD-m88k | 528 | *** OpenBSD-m88k |
483 | $cc = gcc | 529 | $cc = gcc |
@@ -502,6 +548,7 @@ $shared_cflag = -fPIC | |||
502 | $shared_ldflag = | 548 | $shared_ldflag = |
503 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 549 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
504 | $ranlib = | 550 | $ranlib = |
551 | $arflags = | ||
505 | 552 | ||
506 | *** OpenBSD-mips | 553 | *** OpenBSD-mips |
507 | $cc = gcc | 554 | $cc = gcc |
@@ -526,6 +573,7 @@ $shared_cflag = -fPIC | |||
526 | $shared_ldflag = | 573 | $shared_ldflag = |
527 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 574 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
528 | $ranlib = | 575 | $ranlib = |
576 | $arflags = | ||
529 | 577 | ||
530 | *** OpenBSD-powerpc | 578 | *** OpenBSD-powerpc |
531 | $cc = gcc | 579 | $cc = gcc |
@@ -550,6 +598,7 @@ $shared_cflag = -fPIC | |||
550 | $shared_ldflag = | 598 | $shared_ldflag = |
551 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 599 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
552 | $ranlib = | 600 | $ranlib = |
601 | $arflags = | ||
553 | 602 | ||
554 | *** OpenBSD-sparc | 603 | *** OpenBSD-sparc |
555 | $cc = gcc | 604 | $cc = gcc |
@@ -574,6 +623,7 @@ $shared_cflag = -fPIC | |||
574 | $shared_ldflag = | 623 | $shared_ldflag = |
575 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 624 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
576 | $ranlib = | 625 | $ranlib = |
626 | $arflags = | ||
577 | 627 | ||
578 | *** OpenBSD-sparc64 | 628 | *** OpenBSD-sparc64 |
579 | $cc = gcc | 629 | $cc = gcc |
@@ -598,6 +648,7 @@ $shared_cflag = -fPIC | |||
598 | $shared_ldflag = | 648 | $shared_ldflag = |
599 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 649 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
600 | $ranlib = | 650 | $ranlib = |
651 | $arflags = | ||
601 | 652 | ||
602 | *** OpenBSD-vax | 653 | *** OpenBSD-vax |
603 | $cc = gcc | 654 | $cc = gcc |
@@ -622,6 +673,7 @@ $shared_cflag = -fPIC | |||
622 | $shared_ldflag = | 673 | $shared_ldflag = |
623 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 674 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
624 | $ranlib = | 675 | $ranlib = |
676 | $arflags = | ||
625 | 677 | ||
626 | *** OpenUNIX-8 | 678 | *** OpenUNIX-8 |
627 | $cc = cc | 679 | $cc = cc |
@@ -646,6 +698,7 @@ $shared_cflag = -Kpic | |||
646 | $shared_ldflag = | 698 | $shared_ldflag = |
647 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 699 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
648 | $ranlib = | 700 | $ranlib = |
701 | $arflags = | ||
649 | 702 | ||
650 | *** OpenUNIX-8-gcc | 703 | *** OpenUNIX-8-gcc |
651 | $cc = gcc | 704 | $cc = gcc |
@@ -670,6 +723,7 @@ $shared_cflag = -fPIC | |||
670 | $shared_ldflag = | 723 | $shared_ldflag = |
671 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 724 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
672 | $ranlib = | 725 | $ranlib = |
726 | $arflags = | ||
673 | 727 | ||
674 | *** OpenUNIX-8-pentium | 728 | *** OpenUNIX-8-pentium |
675 | $cc = cc | 729 | $cc = cc |
@@ -694,6 +748,7 @@ $shared_cflag = -Kpic | |||
694 | $shared_ldflag = | 748 | $shared_ldflag = |
695 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 749 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
696 | $ranlib = | 750 | $ranlib = |
751 | $arflags = | ||
697 | 752 | ||
698 | *** OpenUNIX-8-pentium_pro | 753 | *** OpenUNIX-8-pentium_pro |
699 | $cc = cc | 754 | $cc = cc |
@@ -718,6 +773,7 @@ $shared_cflag = -Kpic | |||
718 | $shared_ldflag = | 773 | $shared_ldflag = |
719 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 774 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
720 | $ranlib = | 775 | $ranlib = |
776 | $arflags = | ||
721 | 777 | ||
722 | *** ReliantUNIX | 778 | *** ReliantUNIX |
723 | $cc = cc | 779 | $cc = cc |
@@ -739,9 +795,10 @@ $rc5_obj = | |||
739 | $dso_scheme = dlfcn | 795 | $dso_scheme = dlfcn |
740 | $shared_target= reliantunix-shared | 796 | $shared_target= reliantunix-shared |
741 | $shared_cflag = | 797 | $shared_cflag = |
742 | $shared_ldflag = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 798 | $shared_ldflag = |
743 | $shared_extension = | 799 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
744 | $ranlib = | 800 | $ranlib = |
801 | $arflags = | ||
745 | 802 | ||
746 | *** SINIX | 803 | *** SINIX |
747 | $cc = cc | 804 | $cc = cc |
@@ -766,6 +823,7 @@ $shared_cflag = | |||
766 | $shared_ldflag = | 823 | $shared_ldflag = |
767 | $shared_extension = | 824 | $shared_extension = |
768 | $ranlib = | 825 | $ranlib = |
826 | $arflags = | ||
769 | 827 | ||
770 | *** SINIX-N | 828 | *** SINIX-N |
771 | $cc = /usr/ucb/cc | 829 | $cc = /usr/ucb/cc |
@@ -790,6 +848,32 @@ $shared_cflag = | |||
790 | $shared_ldflag = | 848 | $shared_ldflag = |
791 | $shared_extension = | 849 | $shared_extension = |
792 | $ranlib = | 850 | $ranlib = |
851 | $arflags = | ||
852 | |||
853 | *** UWIN | ||
854 | $cc = cc | ||
855 | $cflags = -DTERMIOS -DL_ENDIAN -O -Wall | ||
856 | $unistd = | ||
857 | $thread_cflag = | ||
858 | $sys_id = UWIN | ||
859 | $lflags = | ||
860 | $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | ||
861 | $bn_obj = | ||
862 | $des_obj = | ||
863 | $bf_obj = | ||
864 | $md5_obj = | ||
865 | $sha1_obj = | ||
866 | $cast_obj = | ||
867 | $rc4_obj = | ||
868 | $rmd160_obj = | ||
869 | $rc5_obj = | ||
870 | $dso_scheme = win32 | ||
871 | $shared_target= | ||
872 | $shared_cflag = | ||
873 | $shared_ldflag = | ||
874 | $shared_extension = | ||
875 | $ranlib = | ||
876 | $arflags = | ||
793 | 877 | ||
794 | *** VC-MSDOS | 878 | *** VC-MSDOS |
795 | $cc = cl | 879 | $cc = cl |
@@ -814,6 +898,7 @@ $shared_cflag = | |||
814 | $shared_ldflag = | 898 | $shared_ldflag = |
815 | $shared_extension = | 899 | $shared_extension = |
816 | $ranlib = | 900 | $ranlib = |
901 | $arflags = | ||
817 | 902 | ||
818 | *** VC-NT | 903 | *** VC-NT |
819 | $cc = cl | 904 | $cc = cl |
@@ -838,6 +923,7 @@ $shared_cflag = | |||
838 | $shared_ldflag = | 923 | $shared_ldflag = |
839 | $shared_extension = | 924 | $shared_extension = |
840 | $ranlib = | 925 | $ranlib = |
926 | $arflags = | ||
841 | 927 | ||
842 | *** VC-W31-16 | 928 | *** VC-W31-16 |
843 | $cc = cl | 929 | $cc = cl |
@@ -862,6 +948,7 @@ $shared_cflag = | |||
862 | $shared_ldflag = | 948 | $shared_ldflag = |
863 | $shared_extension = | 949 | $shared_extension = |
864 | $ranlib = | 950 | $ranlib = |
951 | $arflags = | ||
865 | 952 | ||
866 | *** VC-W31-32 | 953 | *** VC-W31-32 |
867 | $cc = cl | 954 | $cc = cl |
@@ -886,6 +973,7 @@ $shared_cflag = | |||
886 | $shared_ldflag = | 973 | $shared_ldflag = |
887 | $shared_extension = | 974 | $shared_extension = |
888 | $ranlib = | 975 | $ranlib = |
976 | $arflags = | ||
889 | 977 | ||
890 | *** VC-WIN16 | 978 | *** VC-WIN16 |
891 | $cc = cl | 979 | $cc = cl |
@@ -910,6 +998,7 @@ $shared_cflag = | |||
910 | $shared_ldflag = | 998 | $shared_ldflag = |
911 | $shared_extension = | 999 | $shared_extension = |
912 | $ranlib = | 1000 | $ranlib = |
1001 | $arflags = | ||
913 | 1002 | ||
914 | *** VC-WIN32 | 1003 | *** VC-WIN32 |
915 | $cc = cl | 1004 | $cc = cl |
@@ -934,6 +1023,7 @@ $shared_cflag = | |||
934 | $shared_ldflag = | 1023 | $shared_ldflag = |
935 | $shared_extension = | 1024 | $shared_extension = |
936 | $ranlib = | 1025 | $ranlib = |
1026 | $arflags = | ||
937 | 1027 | ||
938 | *** aix-cc | 1028 | *** aix-cc |
939 | $cc = cc | 1029 | $cc = cc |
@@ -958,6 +1048,7 @@ $shared_cflag = | |||
958 | $shared_ldflag = | 1048 | $shared_ldflag = |
959 | $shared_extension = | 1049 | $shared_extension = |
960 | $ranlib = | 1050 | $ranlib = |
1051 | $arflags = | ||
961 | 1052 | ||
962 | *** aix-gcc | 1053 | *** aix-gcc |
963 | $cc = gcc | 1054 | $cc = gcc |
@@ -982,6 +1073,7 @@ $shared_cflag = | |||
982 | $shared_ldflag = | 1073 | $shared_ldflag = |
983 | $shared_extension = | 1074 | $shared_extension = |
984 | $ranlib = | 1075 | $ranlib = |
1076 | $arflags = | ||
985 | 1077 | ||
986 | *** aix43-cc | 1078 | *** aix43-cc |
987 | $cc = cc | 1079 | $cc = cc |
@@ -1006,6 +1098,7 @@ $shared_cflag = | |||
1006 | $shared_ldflag = | 1098 | $shared_ldflag = |
1007 | $shared_extension = | 1099 | $shared_extension = |
1008 | $ranlib = | 1100 | $ranlib = |
1101 | $arflags = | ||
1009 | 1102 | ||
1010 | *** aix43-gcc | 1103 | *** aix43-gcc |
1011 | $cc = gcc | 1104 | $cc = gcc |
@@ -1030,6 +1123,32 @@ $shared_cflag = | |||
1030 | $shared_ldflag = | 1123 | $shared_ldflag = |
1031 | $shared_extension = | 1124 | $shared_extension = |
1032 | $ranlib = | 1125 | $ranlib = |
1126 | $arflags = | ||
1127 | |||
1128 | *** aix64-cc | ||
1129 | $cc = cc | ||
1130 | $cflags = -O -DAIX -DB_ENDIAN -qmaxmem=16384 -q64 | ||
1131 | $unistd = | ||
1132 | $thread_cflag = (unknown) | ||
1133 | $sys_id = | ||
1134 | $lflags = | ||
1135 | $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR | ||
1136 | $bn_obj = | ||
1137 | $des_obj = | ||
1138 | $bf_obj = | ||
1139 | $md5_obj = | ||
1140 | $sha1_obj = | ||
1141 | $cast_obj = | ||
1142 | $rc4_obj = | ||
1143 | $rmd160_obj = | ||
1144 | $rc5_obj = | ||
1145 | $dso_scheme = dlfcn | ||
1146 | $shared_target= | ||
1147 | $shared_cflag = | ||
1148 | $shared_ldflag = | ||
1149 | $shared_extension = | ||
1150 | $ranlib = | ||
1151 | $arflags = -X 64 | ||
1033 | 1152 | ||
1034 | *** alpha-cc | 1153 | *** alpha-cc |
1035 | $cc = cc | 1154 | $cc = cc |
@@ -1054,6 +1173,7 @@ $shared_cflag = | |||
1054 | $shared_ldflag = | 1173 | $shared_ldflag = |
1055 | $shared_extension = .so | 1174 | $shared_extension = .so |
1056 | $ranlib = | 1175 | $ranlib = |
1176 | $arflags = | ||
1057 | 1177 | ||
1058 | *** alpha-cc-rpath | 1178 | *** alpha-cc-rpath |
1059 | $cc = cc | 1179 | $cc = cc |
@@ -1078,6 +1198,7 @@ $shared_cflag = | |||
1078 | $shared_ldflag = | 1198 | $shared_ldflag = |
1079 | $shared_extension = .so | 1199 | $shared_extension = .so |
1080 | $ranlib = | 1200 | $ranlib = |
1201 | $arflags = | ||
1081 | 1202 | ||
1082 | *** alpha-gcc | 1203 | *** alpha-gcc |
1083 | $cc = gcc | 1204 | $cc = gcc |
@@ -1102,6 +1223,7 @@ $shared_cflag = | |||
1102 | $shared_ldflag = | 1223 | $shared_ldflag = |
1103 | $shared_extension = .so | 1224 | $shared_extension = .so |
1104 | $ranlib = | 1225 | $ranlib = |
1226 | $arflags = | ||
1105 | 1227 | ||
1106 | *** alpha164-cc | 1228 | *** alpha164-cc |
1107 | $cc = cc | 1229 | $cc = cc |
@@ -1126,6 +1248,7 @@ $shared_cflag = | |||
1126 | $shared_ldflag = | 1248 | $shared_ldflag = |
1127 | $shared_extension = .so | 1249 | $shared_extension = .so |
1128 | $ranlib = | 1250 | $ranlib = |
1251 | $arflags = | ||
1129 | 1252 | ||
1130 | *** alphaold-cc | 1253 | *** alphaold-cc |
1131 | $cc = cc | 1254 | $cc = cc |
@@ -1150,6 +1273,7 @@ $shared_cflag = | |||
1150 | $shared_ldflag = | 1273 | $shared_ldflag = |
1151 | $shared_extension = .so | 1274 | $shared_extension = .so |
1152 | $ranlib = | 1275 | $ranlib = |
1276 | $arflags = | ||
1153 | 1277 | ||
1154 | *** bsdi-elf-gcc | 1278 | *** bsdi-elf-gcc |
1155 | $cc = gcc | 1279 | $cc = gcc |
@@ -1174,6 +1298,7 @@ $shared_cflag = -fPIC | |||
1174 | $shared_ldflag = | 1298 | $shared_ldflag = |
1175 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1299 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1176 | $ranlib = | 1300 | $ranlib = |
1301 | $arflags = | ||
1177 | 1302 | ||
1178 | *** bsdi-gcc | 1303 | *** bsdi-gcc |
1179 | $cc = gcc | 1304 | $cc = gcc |
@@ -1198,6 +1323,7 @@ $shared_cflag = | |||
1198 | $shared_ldflag = | 1323 | $shared_ldflag = |
1199 | $shared_extension = | 1324 | $shared_extension = |
1200 | $ranlib = | 1325 | $ranlib = |
1326 | $arflags = | ||
1201 | 1327 | ||
1202 | *** cc | 1328 | *** cc |
1203 | $cc = cc | 1329 | $cc = cc |
@@ -1222,6 +1348,7 @@ $shared_cflag = | |||
1222 | $shared_ldflag = | 1348 | $shared_ldflag = |
1223 | $shared_extension = | 1349 | $shared_extension = |
1224 | $ranlib = | 1350 | $ranlib = |
1351 | $arflags = | ||
1225 | 1352 | ||
1226 | *** cray-j90 | 1353 | *** cray-j90 |
1227 | $cc = cc | 1354 | $cc = cc |
@@ -1246,6 +1373,7 @@ $shared_cflag = | |||
1246 | $shared_ldflag = | 1373 | $shared_ldflag = |
1247 | $shared_extension = | 1374 | $shared_extension = |
1248 | $ranlib = | 1375 | $ranlib = |
1376 | $arflags = | ||
1249 | 1377 | ||
1250 | *** cray-t3e | 1378 | *** cray-t3e |
1251 | $cc = cc | 1379 | $cc = cc |
@@ -1270,12 +1398,13 @@ $shared_cflag = | |||
1270 | $shared_ldflag = | 1398 | $shared_ldflag = |
1271 | $shared_extension = | 1399 | $shared_extension = |
1272 | $ranlib = | 1400 | $ranlib = |
1401 | $arflags = | ||
1273 | 1402 | ||
1274 | *** darwin-i386-cc | 1403 | *** darwin-i386-cc |
1275 | $cc = cc | 1404 | $cc = cc |
1276 | $cflags = -O3 -nostdinc -I/System/Library/Frameworks/System.framework/Headers -I/System/Library/Frameworks/System.frameworks/Headers/bsd -I/usr/include -fomit-frame-pointer -Wall -DB_ENDIAN | 1405 | $cflags = -O3 -fomit-frame-pointer -fno-common -DB_ENDIAN |
1277 | $unistd = | 1406 | $unistd = |
1278 | $thread_cflag = (unknown) | 1407 | $thread_cflag = -D_REENTRANT |
1279 | $sys_id = MACOSX | 1408 | $sys_id = MACOSX |
1280 | $lflags = | 1409 | $lflags = |
1281 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR | 1410 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR |
@@ -1289,17 +1418,18 @@ $rc4_obj = | |||
1289 | $rmd160_obj = | 1418 | $rmd160_obj = |
1290 | $rc5_obj = | 1419 | $rc5_obj = |
1291 | $dso_scheme = | 1420 | $dso_scheme = |
1292 | $shared_target= | 1421 | $shared_target= darwin-shared |
1293 | $shared_cflag = -fPIC | 1422 | $shared_cflag = -fPIC |
1294 | $shared_ldflag = | 1423 | $shared_ldflag = |
1295 | $shared_extension = | 1424 | $shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib |
1296 | $ranlib = | 1425 | $ranlib = |
1426 | $arflags = | ||
1297 | 1427 | ||
1298 | *** darwin-ppc-cc | 1428 | *** darwin-ppc-cc |
1299 | $cc = cc | 1429 | $cc = cc |
1300 | $cflags = -O3 -nostdinc -I/System/Library/Frameworks/System.framework/Headers -I/System/Library/Frameworks/System.frameworks/Headers/bsd -I/usr/include -fomit-frame-pointer -Wall -DB_ENDIAN | 1430 | $cflags = -O3 -fomit-frame-pointer -fno-common -DB_ENDIAN |
1301 | $unistd = | 1431 | $unistd = |
1302 | $thread_cflag = (unknown) | 1432 | $thread_cflag = -D_REENTRANT |
1303 | $sys_id = MACOSX | 1433 | $sys_id = MACOSX |
1304 | $lflags = | 1434 | $lflags = |
1305 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR | 1435 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR |
@@ -1315,13 +1445,14 @@ $rc5_obj = | |||
1315 | $dso_scheme = | 1445 | $dso_scheme = |
1316 | $shared_target= darwin-shared | 1446 | $shared_target= darwin-shared |
1317 | $shared_cflag = -fPIC | 1447 | $shared_cflag = -fPIC |
1318 | $shared_ldflag = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib | 1448 | $shared_ldflag = |
1319 | $shared_extension = | 1449 | $shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib |
1320 | $ranlib = | 1450 | $ranlib = |
1451 | $arflags = | ||
1321 | 1452 | ||
1322 | *** debug | 1453 | *** debug |
1323 | $cc = gcc | 1454 | $cc = gcc |
1324 | $cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror | 1455 | $cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror |
1325 | $unistd = | 1456 | $unistd = |
1326 | $thread_cflag = (unknown) | 1457 | $thread_cflag = (unknown) |
1327 | $sys_id = | 1458 | $sys_id = |
@@ -1342,6 +1473,7 @@ $shared_cflag = | |||
1342 | $shared_ldflag = | 1473 | $shared_ldflag = |
1343 | $shared_extension = | 1474 | $shared_extension = |
1344 | $ranlib = | 1475 | $ranlib = |
1476 | $arflags = | ||
1345 | 1477 | ||
1346 | *** debug-ben | 1478 | *** debug-ben |
1347 | $cc = gcc | 1479 | $cc = gcc |
@@ -1366,6 +1498,7 @@ $shared_cflag = | |||
1366 | $shared_ldflag = | 1498 | $shared_ldflag = |
1367 | $shared_extension = | 1499 | $shared_extension = |
1368 | $ranlib = | 1500 | $ranlib = |
1501 | $arflags = | ||
1369 | 1502 | ||
1370 | *** debug-ben-debug | 1503 | *** debug-ben-debug |
1371 | $cc = gcc | 1504 | $cc = gcc |
@@ -1390,6 +1523,7 @@ $shared_cflag = | |||
1390 | $shared_ldflag = | 1523 | $shared_ldflag = |
1391 | $shared_extension = | 1524 | $shared_extension = |
1392 | $ranlib = | 1525 | $ranlib = |
1526 | $arflags = | ||
1393 | 1527 | ||
1394 | *** debug-ben-openbsd | 1528 | *** debug-ben-openbsd |
1395 | $cc = gcc | 1529 | $cc = gcc |
@@ -1414,6 +1548,7 @@ $shared_cflag = | |||
1414 | $shared_ldflag = | 1548 | $shared_ldflag = |
1415 | $shared_extension = | 1549 | $shared_extension = |
1416 | $ranlib = | 1550 | $ranlib = |
1551 | $arflags = | ||
1417 | 1552 | ||
1418 | *** debug-ben-openbsd-debug | 1553 | *** debug-ben-openbsd-debug |
1419 | $cc = gcc | 1554 | $cc = gcc |
@@ -1438,6 +1573,7 @@ $shared_cflag = | |||
1438 | $shared_ldflag = | 1573 | $shared_ldflag = |
1439 | $shared_extension = | 1574 | $shared_extension = |
1440 | $ranlib = | 1575 | $ranlib = |
1576 | $arflags = | ||
1441 | 1577 | ||
1442 | *** debug-ben-strict | 1578 | *** debug-ben-strict |
1443 | $cc = gcc | 1579 | $cc = gcc |
@@ -1462,6 +1598,7 @@ $shared_cflag = | |||
1462 | $shared_ldflag = | 1598 | $shared_ldflag = |
1463 | $shared_extension = | 1599 | $shared_extension = |
1464 | $ranlib = | 1600 | $ranlib = |
1601 | $arflags = | ||
1465 | 1602 | ||
1466 | *** debug-bodo | 1603 | *** debug-bodo |
1467 | $cc = gcc | 1604 | $cc = gcc |
@@ -1486,10 +1623,11 @@ $shared_cflag = | |||
1486 | $shared_ldflag = | 1623 | $shared_ldflag = |
1487 | $shared_extension = | 1624 | $shared_extension = |
1488 | $ranlib = | 1625 | $ranlib = |
1626 | $arflags = | ||
1489 | 1627 | ||
1490 | *** debug-levitte-linux-elf | 1628 | *** debug-levitte-linux-elf |
1491 | $cc = gcc | 1629 | $cc = gcc |
1492 | $cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -Wno-long-long -pipe | 1630 | $cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wid-clash-31 -Wcast-align -Wconversion -Wno-long-long -pipe |
1493 | $unistd = | 1631 | $unistd = |
1494 | $thread_cflag = -D_REENTRANT | 1632 | $thread_cflag = -D_REENTRANT |
1495 | $sys_id = | 1633 | $sys_id = |
@@ -1510,10 +1648,11 @@ $shared_cflag = -fPIC | |||
1510 | $shared_ldflag = | 1648 | $shared_ldflag = |
1511 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1649 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1512 | $ranlib = | 1650 | $ranlib = |
1651 | $arflags = | ||
1513 | 1652 | ||
1514 | *** debug-levitte-linux-noasm | 1653 | *** debug-levitte-linux-noasm |
1515 | $cc = gcc | 1654 | $cc = gcc |
1516 | $cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -Wno-long-long -pipe | 1655 | $cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wid-clash-31 -Wcast-align -Wconversion -Wno-long-long -pipe |
1517 | $unistd = | 1656 | $unistd = |
1518 | $thread_cflag = -D_REENTRANT | 1657 | $thread_cflag = -D_REENTRANT |
1519 | $sys_id = | 1658 | $sys_id = |
@@ -1534,6 +1673,7 @@ $shared_cflag = -fPIC | |||
1534 | $shared_ldflag = | 1673 | $shared_ldflag = |
1535 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1674 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1536 | $ranlib = | 1675 | $ranlib = |
1676 | $arflags = | ||
1537 | 1677 | ||
1538 | *** debug-linux-elf | 1678 | *** debug-linux-elf |
1539 | $cc = gcc | 1679 | $cc = gcc |
@@ -1555,9 +1695,10 @@ $rc5_obj = asm/r586-elf.o | |||
1555 | $dso_scheme = dlfcn | 1695 | $dso_scheme = dlfcn |
1556 | $shared_target= linux-shared | 1696 | $shared_target= linux-shared |
1557 | $shared_cflag = -fPIC | 1697 | $shared_cflag = -fPIC |
1558 | $shared_ldflag = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1698 | $shared_ldflag = |
1559 | $shared_extension = | 1699 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1560 | $ranlib = | 1700 | $ranlib = |
1701 | $arflags = | ||
1561 | 1702 | ||
1562 | *** debug-linux-elf-noefence | 1703 | *** debug-linux-elf-noefence |
1563 | $cc = gcc | 1704 | $cc = gcc |
@@ -1582,6 +1723,7 @@ $shared_cflag = | |||
1582 | $shared_ldflag = | 1723 | $shared_ldflag = |
1583 | $shared_extension = | 1724 | $shared_extension = |
1584 | $ranlib = | 1725 | $ranlib = |
1726 | $arflags = | ||
1585 | 1727 | ||
1586 | *** debug-linux-pentium | 1728 | *** debug-linux-pentium |
1587 | $cc = gcc | 1729 | $cc = gcc |
@@ -1606,6 +1748,7 @@ $shared_cflag = | |||
1606 | $shared_ldflag = | 1748 | $shared_ldflag = |
1607 | $shared_extension = | 1749 | $shared_extension = |
1608 | $ranlib = | 1750 | $ranlib = |
1751 | $arflags = | ||
1609 | 1752 | ||
1610 | *** debug-linux-ppro | 1753 | *** debug-linux-ppro |
1611 | $cc = gcc | 1754 | $cc = gcc |
@@ -1630,6 +1773,7 @@ $shared_cflag = | |||
1630 | $shared_ldflag = | 1773 | $shared_ldflag = |
1631 | $shared_extension = | 1774 | $shared_extension = |
1632 | $ranlib = | 1775 | $ranlib = |
1776 | $arflags = | ||
1633 | 1777 | ||
1634 | *** debug-rse | 1778 | *** debug-rse |
1635 | $cc = cc | 1779 | $cc = cc |
@@ -1654,6 +1798,7 @@ $shared_cflag = | |||
1654 | $shared_ldflag = | 1798 | $shared_ldflag = |
1655 | $shared_extension = | 1799 | $shared_extension = |
1656 | $ranlib = | 1800 | $ranlib = |
1801 | $arflags = | ||
1657 | 1802 | ||
1658 | *** debug-solaris-sparcv8-cc | 1803 | *** debug-solaris-sparcv8-cc |
1659 | $cc = cc | 1804 | $cc = cc |
@@ -1678,6 +1823,7 @@ $shared_cflag = -KPIC | |||
1678 | $shared_ldflag = | 1823 | $shared_ldflag = |
1679 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1824 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1680 | $ranlib = | 1825 | $ranlib = |
1826 | $arflags = | ||
1681 | 1827 | ||
1682 | *** debug-solaris-sparcv8-gcc | 1828 | *** debug-solaris-sparcv8-gcc |
1683 | $cc = gcc | 1829 | $cc = gcc |
@@ -1702,6 +1848,7 @@ $shared_cflag = -fPIC | |||
1702 | $shared_ldflag = | 1848 | $shared_ldflag = |
1703 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1849 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1704 | $ranlib = | 1850 | $ranlib = |
1851 | $arflags = | ||
1705 | 1852 | ||
1706 | *** debug-solaris-sparcv9-cc | 1853 | *** debug-solaris-sparcv9-cc |
1707 | $cc = cc | 1854 | $cc = cc |
@@ -1726,6 +1873,7 @@ $shared_cflag = -KPIC | |||
1726 | $shared_ldflag = | 1873 | $shared_ldflag = |
1727 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1874 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1728 | $ranlib = | 1875 | $ranlib = |
1876 | $arflags = | ||
1729 | 1877 | ||
1730 | *** debug-solaris-sparcv9-gcc | 1878 | *** debug-solaris-sparcv9-gcc |
1731 | $cc = gcc | 1879 | $cc = gcc |
@@ -1750,6 +1898,7 @@ $shared_cflag = -fPIC | |||
1750 | $shared_ldflag = | 1898 | $shared_ldflag = |
1751 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 1899 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1752 | $ranlib = | 1900 | $ranlib = |
1901 | $arflags = | ||
1753 | 1902 | ||
1754 | *** debug-steve | 1903 | *** debug-steve |
1755 | $cc = gcc | 1904 | $cc = gcc |
@@ -1774,6 +1923,32 @@ $shared_cflag = | |||
1774 | $shared_ldflag = | 1923 | $shared_ldflag = |
1775 | $shared_extension = | 1924 | $shared_extension = |
1776 | $ranlib = | 1925 | $ranlib = |
1926 | $arflags = | ||
1927 | |||
1928 | *** debug-steve-linux-pseudo64 | ||
1929 | $cc = gcc | ||
1930 | $cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DOPENSSL_NO_ASM -g -mcpu=i486 -Wall -Werror -Wshadow -pipe | ||
1931 | $unistd = | ||
1932 | $thread_cflag = -D_REENTRANT | ||
1933 | $sys_id = | ||
1934 | $lflags = -rdynamic -ldl | ||
1935 | $bn_ops = SIXTY_FOUR_BIT | ||
1936 | $bn_obj = | ||
1937 | $des_obj = dlfcn | ||
1938 | $bf_obj = | ||
1939 | $md5_obj = | ||
1940 | $sha1_obj = | ||
1941 | $cast_obj = | ||
1942 | $rc4_obj = | ||
1943 | $rmd160_obj = | ||
1944 | $rc5_obj = | ||
1945 | $dso_scheme = | ||
1946 | $shared_target= | ||
1947 | $shared_cflag = | ||
1948 | $shared_ldflag = | ||
1949 | $shared_extension = | ||
1950 | $ranlib = | ||
1951 | $arflags = | ||
1777 | 1952 | ||
1778 | *** debug-ulf | 1953 | *** debug-ulf |
1779 | $cc = gcc | 1954 | $cc = gcc |
@@ -1798,6 +1973,7 @@ $shared_cflag = | |||
1798 | $shared_ldflag = | 1973 | $shared_ldflag = |
1799 | $shared_extension = | 1974 | $shared_extension = |
1800 | $ranlib = | 1975 | $ranlib = |
1976 | $arflags = | ||
1801 | 1977 | ||
1802 | *** dgux-R3-gcc | 1978 | *** dgux-R3-gcc |
1803 | $cc = gcc | 1979 | $cc = gcc |
@@ -1822,6 +1998,7 @@ $shared_cflag = | |||
1822 | $shared_ldflag = | 1998 | $shared_ldflag = |
1823 | $shared_extension = | 1999 | $shared_extension = |
1824 | $ranlib = | 2000 | $ranlib = |
2001 | $arflags = | ||
1825 | 2002 | ||
1826 | *** dgux-R4-gcc | 2003 | *** dgux-R4-gcc |
1827 | $cc = gcc | 2004 | $cc = gcc |
@@ -1846,6 +2023,7 @@ $shared_cflag = | |||
1846 | $shared_ldflag = | 2023 | $shared_ldflag = |
1847 | $shared_extension = | 2024 | $shared_extension = |
1848 | $ranlib = | 2025 | $ranlib = |
2026 | $arflags = | ||
1849 | 2027 | ||
1850 | *** dgux-R4-x86-gcc | 2028 | *** dgux-R4-x86-gcc |
1851 | $cc = gcc | 2029 | $cc = gcc |
@@ -1870,6 +2048,7 @@ $shared_cflag = | |||
1870 | $shared_ldflag = | 2048 | $shared_ldflag = |
1871 | $shared_extension = | 2049 | $shared_extension = |
1872 | $ranlib = | 2050 | $ranlib = |
2051 | $arflags = | ||
1873 | 2052 | ||
1874 | *** dist | 2053 | *** dist |
1875 | $cc = cc | 2054 | $cc = cc |
@@ -1894,6 +2073,7 @@ $shared_cflag = | |||
1894 | $shared_ldflag = | 2073 | $shared_ldflag = |
1895 | $shared_extension = | 2074 | $shared_extension = |
1896 | $ranlib = | 2075 | $ranlib = |
2076 | $arflags = | ||
1897 | 2077 | ||
1898 | *** gcc | 2078 | *** gcc |
1899 | $cc = gcc | 2079 | $cc = gcc |
@@ -1918,6 +2098,7 @@ $shared_cflag = | |||
1918 | $shared_ldflag = | 2098 | $shared_ldflag = |
1919 | $shared_extension = | 2099 | $shared_extension = |
1920 | $ranlib = | 2100 | $ranlib = |
2101 | $arflags = | ||
1921 | 2102 | ||
1922 | *** hpux-brokencc | 2103 | *** hpux-brokencc |
1923 | $cc = cc | 2104 | $cc = cc |
@@ -1942,6 +2123,7 @@ $shared_cflag = +Z | |||
1942 | $shared_ldflag = | 2123 | $shared_ldflag = |
1943 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2124 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1944 | $ranlib = | 2125 | $ranlib = |
2126 | $arflags = | ||
1945 | 2127 | ||
1946 | *** hpux-brokengcc | 2128 | *** hpux-brokengcc |
1947 | $cc = gcc | 2129 | $cc = gcc |
@@ -1966,6 +2148,7 @@ $shared_cflag = -fPIC | |||
1966 | $shared_ldflag = | 2148 | $shared_ldflag = |
1967 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2149 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1968 | $ranlib = | 2150 | $ranlib = |
2151 | $arflags = | ||
1969 | 2152 | ||
1970 | *** hpux-cc | 2153 | *** hpux-cc |
1971 | $cc = cc | 2154 | $cc = cc |
@@ -1990,6 +2173,7 @@ $shared_cflag = +Z | |||
1990 | $shared_ldflag = | 2173 | $shared_ldflag = |
1991 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2174 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
1992 | $ranlib = | 2175 | $ranlib = |
2176 | $arflags = | ||
1993 | 2177 | ||
1994 | *** hpux-gcc | 2178 | *** hpux-gcc |
1995 | $cc = gcc | 2179 | $cc = gcc |
@@ -2014,6 +2198,7 @@ $shared_cflag = -fPIC | |||
2014 | $shared_ldflag = | 2198 | $shared_ldflag = |
2015 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2199 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2016 | $ranlib = | 2200 | $ranlib = |
2201 | $arflags = | ||
2017 | 2202 | ||
2018 | *** hpux-ia64-cc | 2203 | *** hpux-ia64-cc |
2019 | $cc = cc | 2204 | $cc = cc |
@@ -2038,6 +2223,7 @@ $shared_cflag = +Z | |||
2038 | $shared_ldflag = | 2223 | $shared_ldflag = |
2039 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2224 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2040 | $ranlib = | 2225 | $ranlib = |
2226 | $arflags = | ||
2041 | 2227 | ||
2042 | *** hpux-m68k-gcc | 2228 | *** hpux-m68k-gcc |
2043 | $cc = gcc | 2229 | $cc = gcc |
@@ -2062,6 +2248,7 @@ $shared_cflag = | |||
2062 | $shared_ldflag = | 2248 | $shared_ldflag = |
2063 | $shared_extension = | 2249 | $shared_extension = |
2064 | $ranlib = | 2250 | $ranlib = |
2251 | $arflags = | ||
2065 | 2252 | ||
2066 | *** hpux-parisc-cc | 2253 | *** hpux-parisc-cc |
2067 | $cc = cc | 2254 | $cc = cc |
@@ -2086,6 +2273,7 @@ $shared_cflag = +Z | |||
2086 | $shared_ldflag = | 2273 | $shared_ldflag = |
2087 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2274 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2088 | $ranlib = | 2275 | $ranlib = |
2276 | $arflags = | ||
2089 | 2277 | ||
2090 | *** hpux-parisc-cc-o4 | 2278 | *** hpux-parisc-cc-o4 |
2091 | $cc = cc | 2279 | $cc = cc |
@@ -2110,6 +2298,7 @@ $shared_cflag = +Z | |||
2110 | $shared_ldflag = | 2298 | $shared_ldflag = |
2111 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2299 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2112 | $ranlib = | 2300 | $ranlib = |
2301 | $arflags = | ||
2113 | 2302 | ||
2114 | *** hpux-parisc-gcc | 2303 | *** hpux-parisc-gcc |
2115 | $cc = gcc | 2304 | $cc = gcc |
@@ -2134,6 +2323,7 @@ $shared_cflag = -fPIC | |||
2134 | $shared_ldflag = | 2323 | $shared_ldflag = |
2135 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2324 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2136 | $ranlib = | 2325 | $ranlib = |
2326 | $arflags = | ||
2137 | 2327 | ||
2138 | *** hpux-parisc1_1-cc | 2328 | *** hpux-parisc1_1-cc |
2139 | $cc = cc | 2329 | $cc = cc |
@@ -2158,6 +2348,7 @@ $shared_cflag = +Z | |||
2158 | $shared_ldflag = | 2348 | $shared_ldflag = |
2159 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2349 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2160 | $ranlib = | 2350 | $ranlib = |
2351 | $arflags = | ||
2161 | 2352 | ||
2162 | *** hpux-parisc2-cc | 2353 | *** hpux-parisc2-cc |
2163 | $cc = cc | 2354 | $cc = cc |
@@ -2182,6 +2373,7 @@ $shared_cflag = +Z | |||
2182 | $shared_ldflag = | 2373 | $shared_ldflag = |
2183 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2374 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2184 | $ranlib = | 2375 | $ranlib = |
2376 | $arflags = | ||
2185 | 2377 | ||
2186 | *** hpux10-brokencc | 2378 | *** hpux10-brokencc |
2187 | $cc = cc | 2379 | $cc = cc |
@@ -2206,6 +2398,7 @@ $shared_cflag = +Z | |||
2206 | $shared_ldflag = | 2398 | $shared_ldflag = |
2207 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2399 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2208 | $ranlib = | 2400 | $ranlib = |
2401 | $arflags = | ||
2209 | 2402 | ||
2210 | *** hpux10-brokengcc | 2403 | *** hpux10-brokengcc |
2211 | $cc = gcc | 2404 | $cc = gcc |
@@ -2230,6 +2423,7 @@ $shared_cflag = -fPIC | |||
2230 | $shared_ldflag = | 2423 | $shared_ldflag = |
2231 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2424 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2232 | $ranlib = | 2425 | $ranlib = |
2426 | $arflags = | ||
2233 | 2427 | ||
2234 | *** hpux10-cc | 2428 | *** hpux10-cc |
2235 | $cc = cc | 2429 | $cc = cc |
@@ -2254,6 +2448,7 @@ $shared_cflag = +Z | |||
2254 | $shared_ldflag = | 2448 | $shared_ldflag = |
2255 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2449 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2256 | $ranlib = | 2450 | $ranlib = |
2451 | $arflags = | ||
2257 | 2452 | ||
2258 | *** hpux10-gcc | 2453 | *** hpux10-gcc |
2259 | $cc = gcc | 2454 | $cc = gcc |
@@ -2278,6 +2473,7 @@ $shared_cflag = -fPIC | |||
2278 | $shared_ldflag = | 2473 | $shared_ldflag = |
2279 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2474 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2280 | $ranlib = | 2475 | $ranlib = |
2476 | $arflags = | ||
2281 | 2477 | ||
2282 | *** hpux64-ia64-cc | 2478 | *** hpux64-ia64-cc |
2283 | $cc = cc | 2479 | $cc = cc |
@@ -2302,6 +2498,7 @@ $shared_cflag = +Z | |||
2302 | $shared_ldflag = | 2498 | $shared_ldflag = |
2303 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2499 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2304 | $ranlib = | 2500 | $ranlib = |
2501 | $arflags = | ||
2305 | 2502 | ||
2306 | *** hpux64-parisc-cc | 2503 | *** hpux64-parisc-cc |
2307 | $cc = cc | 2504 | $cc = cc |
@@ -2326,6 +2523,32 @@ $shared_cflag = +Z | |||
2326 | $shared_ldflag = | 2523 | $shared_ldflag = |
2327 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2524 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2328 | $ranlib = | 2525 | $ranlib = |
2526 | $arflags = | ||
2527 | |||
2528 | *** hpux64-parisc-gcc | ||
2529 | $cc = gcc | ||
2530 | $cflags = -DB_ENDIAN -DMD32_XARRAY | ||
2531 | $unistd = | ||
2532 | $thread_cflag = -D_REENTRANT | ||
2533 | $sys_id = | ||
2534 | $lflags = -ldl | ||
2535 | $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT | ||
2536 | $bn_obj = | ||
2537 | $des_obj = | ||
2538 | $bf_obj = | ||
2539 | $md5_obj = | ||
2540 | $sha1_obj = | ||
2541 | $cast_obj = | ||
2542 | $rc4_obj = | ||
2543 | $rmd160_obj = | ||
2544 | $rc5_obj = | ||
2545 | $dso_scheme = dlfcn | ||
2546 | $shared_target= hpux64-shared | ||
2547 | $shared_cflag = -fpic | ||
2548 | $shared_ldflag = | ||
2549 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | ||
2550 | $ranlib = | ||
2551 | $arflags = | ||
2329 | 2552 | ||
2330 | *** hpux64-parisc2-cc | 2553 | *** hpux64-parisc2-cc |
2331 | $cc = cc | 2554 | $cc = cc |
@@ -2350,6 +2573,7 @@ $shared_cflag = +Z | |||
2350 | $shared_ldflag = | 2573 | $shared_ldflag = |
2351 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2574 | $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2352 | $ranlib = | 2575 | $ranlib = |
2576 | $arflags = | ||
2353 | 2577 | ||
2354 | *** hurd-x86 | 2578 | *** hurd-x86 |
2355 | $cc = gcc | 2579 | $cc = gcc |
@@ -2374,6 +2598,7 @@ $shared_cflag = -fPIC | |||
2374 | $shared_ldflag = | 2598 | $shared_ldflag = |
2375 | $shared_extension = | 2599 | $shared_extension = |
2376 | $ranlib = | 2600 | $ranlib = |
2601 | $arflags = | ||
2377 | 2602 | ||
2378 | *** irix-cc | 2603 | *** irix-cc |
2379 | $cc = cc | 2604 | $cc = cc |
@@ -2398,6 +2623,7 @@ $shared_cflag = | |||
2398 | $shared_ldflag = | 2623 | $shared_ldflag = |
2399 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2624 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2400 | $ranlib = | 2625 | $ranlib = |
2626 | $arflags = | ||
2401 | 2627 | ||
2402 | *** irix-gcc | 2628 | *** irix-gcc |
2403 | $cc = gcc | 2629 | $cc = gcc |
@@ -2422,6 +2648,7 @@ $shared_cflag = | |||
2422 | $shared_ldflag = | 2648 | $shared_ldflag = |
2423 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2649 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2424 | $ranlib = | 2650 | $ranlib = |
2651 | $arflags = | ||
2425 | 2652 | ||
2426 | *** irix-mips3-cc | 2653 | *** irix-mips3-cc |
2427 | $cc = cc | 2654 | $cc = cc |
@@ -2446,6 +2673,7 @@ $shared_cflag = | |||
2446 | $shared_ldflag = | 2673 | $shared_ldflag = |
2447 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2674 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2448 | $ranlib = | 2675 | $ranlib = |
2676 | $arflags = | ||
2449 | 2677 | ||
2450 | *** irix-mips3-gcc | 2678 | *** irix-mips3-gcc |
2451 | $cc = gcc | 2679 | $cc = gcc |
@@ -2470,6 +2698,7 @@ $shared_cflag = | |||
2470 | $shared_ldflag = | 2698 | $shared_ldflag = |
2471 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2699 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2472 | $ranlib = | 2700 | $ranlib = |
2701 | $arflags = | ||
2473 | 2702 | ||
2474 | *** irix64-mips4-cc | 2703 | *** irix64-mips4-cc |
2475 | $cc = cc | 2704 | $cc = cc |
@@ -2494,6 +2723,7 @@ $shared_cflag = | |||
2494 | $shared_ldflag = | 2723 | $shared_ldflag = |
2495 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2724 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2496 | $ranlib = | 2725 | $ranlib = |
2726 | $arflags = | ||
2497 | 2727 | ||
2498 | *** irix64-mips4-gcc | 2728 | *** irix64-mips4-gcc |
2499 | $cc = gcc | 2729 | $cc = gcc |
@@ -2518,6 +2748,7 @@ $shared_cflag = | |||
2518 | $shared_ldflag = | 2748 | $shared_ldflag = |
2519 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2749 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2520 | $ranlib = | 2750 | $ranlib = |
2751 | $arflags = | ||
2521 | 2752 | ||
2522 | *** linux-alpha+bwx-ccc | 2753 | *** linux-alpha+bwx-ccc |
2523 | $cc = ccc | 2754 | $cc = ccc |
@@ -2542,6 +2773,7 @@ $shared_cflag = | |||
2542 | $shared_ldflag = | 2773 | $shared_ldflag = |
2543 | $shared_extension = | 2774 | $shared_extension = |
2544 | $ranlib = | 2775 | $ranlib = |
2776 | $arflags = | ||
2545 | 2777 | ||
2546 | *** linux-alpha+bwx-gcc | 2778 | *** linux-alpha+bwx-gcc |
2547 | $cc = gcc | 2779 | $cc = gcc |
@@ -2566,6 +2798,7 @@ $shared_cflag = -fPIC | |||
2566 | $shared_ldflag = | 2798 | $shared_ldflag = |
2567 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2799 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2568 | $ranlib = | 2800 | $ranlib = |
2801 | $arflags = | ||
2569 | 2802 | ||
2570 | *** linux-alpha-ccc | 2803 | *** linux-alpha-ccc |
2571 | $cc = ccc | 2804 | $cc = ccc |
@@ -2590,6 +2823,7 @@ $shared_cflag = | |||
2590 | $shared_ldflag = | 2823 | $shared_ldflag = |
2591 | $shared_extension = | 2824 | $shared_extension = |
2592 | $ranlib = | 2825 | $ranlib = |
2826 | $arflags = | ||
2593 | 2827 | ||
2594 | *** linux-alpha-gcc | 2828 | *** linux-alpha-gcc |
2595 | $cc = gcc | 2829 | $cc = gcc |
@@ -2614,6 +2848,7 @@ $shared_cflag = -fPIC | |||
2614 | $shared_ldflag = | 2848 | $shared_ldflag = |
2615 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2849 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2616 | $ranlib = | 2850 | $ranlib = |
2851 | $arflags = | ||
2617 | 2852 | ||
2618 | *** linux-aout | 2853 | *** linux-aout |
2619 | $cc = gcc | 2854 | $cc = gcc |
@@ -2638,6 +2873,7 @@ $shared_cflag = | |||
2638 | $shared_ldflag = | 2873 | $shared_ldflag = |
2639 | $shared_extension = | 2874 | $shared_extension = |
2640 | $ranlib = | 2875 | $ranlib = |
2876 | $arflags = | ||
2641 | 2877 | ||
2642 | *** linux-elf | 2878 | *** linux-elf |
2643 | $cc = gcc | 2879 | $cc = gcc |
@@ -2662,6 +2898,7 @@ $shared_cflag = -fPIC | |||
2662 | $shared_ldflag = | 2898 | $shared_ldflag = |
2663 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2899 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2664 | $ranlib = | 2900 | $ranlib = |
2901 | $arflags = | ||
2665 | 2902 | ||
2666 | *** linux-elf-arm | 2903 | *** linux-elf-arm |
2667 | $cc = gcc | 2904 | $cc = gcc |
@@ -2686,6 +2923,7 @@ $shared_cflag = -fPIC | |||
2686 | $shared_ldflag = | 2923 | $shared_ldflag = |
2687 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2924 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2688 | $ranlib = | 2925 | $ranlib = |
2926 | $arflags = | ||
2689 | 2927 | ||
2690 | *** linux-ia64 | 2928 | *** linux-ia64 |
2691 | $cc = gcc | 2929 | $cc = gcc |
@@ -2710,6 +2948,7 @@ $shared_cflag = -fPIC | |||
2710 | $shared_ldflag = | 2948 | $shared_ldflag = |
2711 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2949 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2712 | $ranlib = | 2950 | $ranlib = |
2951 | $arflags = | ||
2713 | 2952 | ||
2714 | *** linux-k6 | 2953 | *** linux-k6 |
2715 | $cc = gcc | 2954 | $cc = gcc |
@@ -2734,6 +2973,7 @@ $shared_cflag = -fPIC | |||
2734 | $shared_ldflag = | 2973 | $shared_ldflag = |
2735 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 2974 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2736 | $ranlib = | 2975 | $ranlib = |
2976 | $arflags = | ||
2737 | 2977 | ||
2738 | *** linux-m68k | 2978 | *** linux-m68k |
2739 | $cc = gcc | 2979 | $cc = gcc |
@@ -2758,6 +2998,7 @@ $shared_cflag = | |||
2758 | $shared_ldflag = | 2998 | $shared_ldflag = |
2759 | $shared_extension = | 2999 | $shared_extension = |
2760 | $ranlib = | 3000 | $ranlib = |
3001 | $arflags = | ||
2761 | 3002 | ||
2762 | *** linux-mips | 3003 | *** linux-mips |
2763 | $cc = gcc | 3004 | $cc = gcc |
@@ -2782,6 +3023,7 @@ $shared_cflag = | |||
2782 | $shared_ldflag = | 3023 | $shared_ldflag = |
2783 | $shared_extension = | 3024 | $shared_extension = |
2784 | $ranlib = | 3025 | $ranlib = |
3026 | $arflags = | ||
2785 | 3027 | ||
2786 | *** linux-mipsel | 3028 | *** linux-mipsel |
2787 | $cc = gcc | 3029 | $cc = gcc |
@@ -2806,6 +3048,7 @@ $shared_cflag = | |||
2806 | $shared_ldflag = | 3048 | $shared_ldflag = |
2807 | $shared_extension = | 3049 | $shared_extension = |
2808 | $ranlib = | 3050 | $ranlib = |
3051 | $arflags = | ||
2809 | 3052 | ||
2810 | *** linux-parisc | 3053 | *** linux-parisc |
2811 | $cc = gcc | 3054 | $cc = gcc |
@@ -2830,6 +3073,7 @@ $shared_cflag = | |||
2830 | $shared_ldflag = | 3073 | $shared_ldflag = |
2831 | $shared_extension = | 3074 | $shared_extension = |
2832 | $ranlib = | 3075 | $ranlib = |
3076 | $arflags = | ||
2833 | 3077 | ||
2834 | *** linux-pentium | 3078 | *** linux-pentium |
2835 | $cc = gcc | 3079 | $cc = gcc |
@@ -2854,6 +3098,7 @@ $shared_cflag = -fPIC | |||
2854 | $shared_ldflag = | 3098 | $shared_ldflag = |
2855 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3099 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2856 | $ranlib = | 3100 | $ranlib = |
3101 | $arflags = | ||
2857 | 3102 | ||
2858 | *** linux-ppc | 3103 | *** linux-ppc |
2859 | $cc = gcc | 3104 | $cc = gcc |
@@ -2878,6 +3123,7 @@ $shared_cflag = -fPIC | |||
2878 | $shared_ldflag = | 3123 | $shared_ldflag = |
2879 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3124 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2880 | $ranlib = | 3125 | $ranlib = |
3126 | $arflags = | ||
2881 | 3127 | ||
2882 | *** linux-ppro | 3128 | *** linux-ppro |
2883 | $cc = gcc | 3129 | $cc = gcc |
@@ -2902,14 +3148,15 @@ $shared_cflag = -fPIC | |||
2902 | $shared_ldflag = | 3148 | $shared_ldflag = |
2903 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3149 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2904 | $ranlib = | 3150 | $ranlib = |
3151 | $arflags = | ||
2905 | 3152 | ||
2906 | *** linux-s390 | 3153 | *** linux-s390 |
2907 | $cc = gcc | 3154 | $cc = gcc |
2908 | $cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall | 3155 | $cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall |
2909 | $unistd = | 3156 | $unistd = |
2910 | $thread_cflag = -D_REENTRANT | 3157 | $thread_cflag = -D_REENTRANT |
2911 | $sys_id = | 3158 | $sys_id = |
2912 | $lflags = | 3159 | $lflags = -ldl |
2913 | $bn_ops = BN_LLONG | 3160 | $bn_ops = BN_LLONG |
2914 | $bn_obj = | 3161 | $bn_obj = |
2915 | $des_obj = | 3162 | $des_obj = |
@@ -2920,12 +3167,13 @@ $cast_obj = | |||
2920 | $rc4_obj = | 3167 | $rc4_obj = |
2921 | $rmd160_obj = | 3168 | $rmd160_obj = |
2922 | $rc5_obj = | 3169 | $rc5_obj = |
2923 | $dso_scheme = | 3170 | $dso_scheme = dlfcn |
2924 | $shared_target= | 3171 | $shared_target= linux-shared |
2925 | $shared_cflag = | 3172 | $shared_cflag = -fPIC |
2926 | $shared_ldflag = | 3173 | $shared_ldflag = |
2927 | $shared_extension = | 3174 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2928 | $ranlib = | 3175 | $ranlib = |
3176 | $arflags = | ||
2929 | 3177 | ||
2930 | *** linux-s390x | 3178 | *** linux-s390x |
2931 | $cc = gcc | 3179 | $cc = gcc |
@@ -2933,7 +3181,7 @@ $cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall | |||
2933 | $unistd = | 3181 | $unistd = |
2934 | $thread_cflag = -D_REENTRANT | 3182 | $thread_cflag = -D_REENTRANT |
2935 | $sys_id = | 3183 | $sys_id = |
2936 | $lflags = | 3184 | $lflags = -ldl |
2937 | $bn_ops = SIXTY_FOUR_BIT_LONG | 3185 | $bn_ops = SIXTY_FOUR_BIT_LONG |
2938 | $bn_obj = | 3186 | $bn_obj = |
2939 | $des_obj = | 3187 | $des_obj = |
@@ -2944,12 +3192,13 @@ $cast_obj = | |||
2944 | $rc4_obj = | 3192 | $rc4_obj = |
2945 | $rmd160_obj = | 3193 | $rmd160_obj = |
2946 | $rc5_obj = | 3194 | $rc5_obj = |
2947 | $dso_scheme = | 3195 | $dso_scheme = dlfcn |
2948 | $shared_target= linux-shared | 3196 | $shared_target= linux-shared |
2949 | $shared_cflag = -fPIC | 3197 | $shared_cflag = -fPIC |
2950 | $shared_ldflag = | 3198 | $shared_ldflag = |
2951 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3199 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
2952 | $ranlib = | 3200 | $ranlib = |
3201 | $arflags = | ||
2953 | 3202 | ||
2954 | *** linux-sparcv7 | 3203 | *** linux-sparcv7 |
2955 | $cc = gcc | 3204 | $cc = gcc |
@@ -2974,6 +3223,7 @@ $shared_cflag = | |||
2974 | $shared_ldflag = | 3223 | $shared_ldflag = |
2975 | $shared_extension = | 3224 | $shared_extension = |
2976 | $ranlib = | 3225 | $ranlib = |
3226 | $arflags = | ||
2977 | 3227 | ||
2978 | *** linux-sparcv8 | 3228 | *** linux-sparcv8 |
2979 | $cc = gcc | 3229 | $cc = gcc |
@@ -2981,7 +3231,7 @@ $cflags = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV | |||
2981 | $unistd = | 3231 | $unistd = |
2982 | $thread_cflag = -D_REENTRANT | 3232 | $thread_cflag = -D_REENTRANT |
2983 | $sys_id = | 3233 | $sys_id = |
2984 | $lflags = | 3234 | $lflags = -ldl |
2985 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR | 3235 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR |
2986 | $bn_obj = asm/sparcv8.o | 3236 | $bn_obj = asm/sparcv8.o |
2987 | $des_obj = | 3237 | $des_obj = |
@@ -2992,12 +3242,13 @@ $cast_obj = | |||
2992 | $rc4_obj = | 3242 | $rc4_obj = |
2993 | $rmd160_obj = | 3243 | $rmd160_obj = |
2994 | $rc5_obj = | 3244 | $rc5_obj = |
2995 | $dso_scheme = | 3245 | $dso_scheme = dlfcn |
2996 | $shared_target= | 3246 | $shared_target= linux-shared |
2997 | $shared_cflag = | 3247 | $shared_cflag = -fPIC |
2998 | $shared_ldflag = | 3248 | $shared_ldflag = |
2999 | $shared_extension = | 3249 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3000 | $ranlib = | 3250 | $ranlib = |
3251 | $arflags = | ||
3001 | 3252 | ||
3002 | *** linux-sparcv9 | 3253 | *** linux-sparcv9 |
3003 | $cc = gcc | 3254 | $cc = gcc |
@@ -3005,7 +3256,7 @@ $cflags = -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -W | |||
3005 | $unistd = | 3256 | $unistd = |
3006 | $thread_cflag = -D_REENTRANT | 3257 | $thread_cflag = -D_REENTRANT |
3007 | $sys_id = ULTRASPARC | 3258 | $sys_id = ULTRASPARC |
3008 | $lflags = | 3259 | $lflags = -ldl |
3009 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR | 3260 | $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR |
3010 | $bn_obj = asm/sparcv8plus.o | 3261 | $bn_obj = asm/sparcv8plus.o |
3011 | $des_obj = | 3262 | $des_obj = |
@@ -3019,9 +3270,10 @@ $rc5_obj = | |||
3019 | $dso_scheme = dlfcn | 3270 | $dso_scheme = dlfcn |
3020 | $shared_target= linux-shared | 3271 | $shared_target= linux-shared |
3021 | $shared_cflag = -fPIC | 3272 | $shared_cflag = -fPIC |
3022 | $shared_ldflag = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3273 | $shared_ldflag = |
3023 | $shared_extension = | 3274 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3024 | $ranlib = | 3275 | $ranlib = |
3276 | $arflags = | ||
3025 | 3277 | ||
3026 | *** ncr-scde | 3278 | *** ncr-scde |
3027 | $cc = cc | 3279 | $cc = cc |
@@ -3046,6 +3298,7 @@ $shared_cflag = | |||
3046 | $shared_ldflag = | 3298 | $shared_ldflag = |
3047 | $shared_extension = | 3299 | $shared_extension = |
3048 | $ranlib = | 3300 | $ranlib = |
3301 | $arflags = | ||
3049 | 3302 | ||
3050 | *** newsos4-gcc | 3303 | *** newsos4-gcc |
3051 | $cc = gcc | 3304 | $cc = gcc |
@@ -3070,6 +3323,7 @@ $shared_cflag = | |||
3070 | $shared_ldflag = | 3323 | $shared_ldflag = |
3071 | $shared_extension = | 3324 | $shared_extension = |
3072 | $ranlib = | 3325 | $ranlib = |
3326 | $arflags = | ||
3073 | 3327 | ||
3074 | *** nextstep | 3328 | *** nextstep |
3075 | $cc = cc | 3329 | $cc = cc |
@@ -3094,6 +3348,7 @@ $shared_cflag = | |||
3094 | $shared_ldflag = | 3348 | $shared_ldflag = |
3095 | $shared_extension = | 3349 | $shared_extension = |
3096 | $ranlib = | 3350 | $ranlib = |
3351 | $arflags = | ||
3097 | 3352 | ||
3098 | *** nextstep3.3 | 3353 | *** nextstep3.3 |
3099 | $cc = cc | 3354 | $cc = cc |
@@ -3118,6 +3373,7 @@ $shared_cflag = | |||
3118 | $shared_ldflag = | 3373 | $shared_ldflag = |
3119 | $shared_extension = | 3374 | $shared_extension = |
3120 | $ranlib = | 3375 | $ranlib = |
3376 | $arflags = | ||
3121 | 3377 | ||
3122 | *** purify | 3378 | *** purify |
3123 | $cc = purify gcc | 3379 | $cc = purify gcc |
@@ -3142,6 +3398,7 @@ $shared_cflag = | |||
3142 | $shared_ldflag = | 3398 | $shared_ldflag = |
3143 | $shared_extension = | 3399 | $shared_extension = |
3144 | $ranlib = | 3400 | $ranlib = |
3401 | $arflags = | ||
3145 | 3402 | ||
3146 | *** qnx4 | 3403 | *** qnx4 |
3147 | $cc = cc | 3404 | $cc = cc |
@@ -3166,6 +3423,7 @@ $shared_cflag = | |||
3166 | $shared_ldflag = | 3423 | $shared_ldflag = |
3167 | $shared_extension = | 3424 | $shared_extension = |
3168 | $ranlib = | 3425 | $ranlib = |
3426 | $arflags = | ||
3169 | 3427 | ||
3170 | *** qnx6 | 3428 | *** qnx6 |
3171 | $cc = cc | 3429 | $cc = cc |
@@ -3190,6 +3448,7 @@ $shared_cflag = | |||
3190 | $shared_ldflag = | 3448 | $shared_ldflag = |
3191 | $shared_extension = | 3449 | $shared_extension = |
3192 | $ranlib = | 3450 | $ranlib = |
3451 | $arflags = | ||
3193 | 3452 | ||
3194 | *** rhapsody-ppc-cc | 3453 | *** rhapsody-ppc-cc |
3195 | $cc = cc | 3454 | $cc = cc |
@@ -3214,6 +3473,7 @@ $shared_cflag = | |||
3214 | $shared_ldflag = | 3473 | $shared_ldflag = |
3215 | $shared_extension = | 3474 | $shared_extension = |
3216 | $ranlib = | 3475 | $ranlib = |
3476 | $arflags = | ||
3217 | 3477 | ||
3218 | *** sco3-gcc | 3478 | *** sco3-gcc |
3219 | $cc = gcc | 3479 | $cc = gcc |
@@ -3238,6 +3498,7 @@ $shared_cflag = | |||
3238 | $shared_ldflag = | 3498 | $shared_ldflag = |
3239 | $shared_extension = | 3499 | $shared_extension = |
3240 | $ranlib = | 3500 | $ranlib = |
3501 | $arflags = | ||
3241 | 3502 | ||
3242 | *** sco5-cc | 3503 | *** sco5-cc |
3243 | $cc = cc | 3504 | $cc = cc |
@@ -3262,6 +3523,7 @@ $shared_cflag = -Kpic | |||
3262 | $shared_ldflag = | 3523 | $shared_ldflag = |
3263 | $shared_extension = | 3524 | $shared_extension = |
3264 | $ranlib = | 3525 | $ranlib = |
3526 | $arflags = | ||
3265 | 3527 | ||
3266 | *** sco5-cc-pentium | 3528 | *** sco5-cc-pentium |
3267 | $cc = cc | 3529 | $cc = cc |
@@ -3286,6 +3548,7 @@ $shared_cflag = | |||
3286 | $shared_ldflag = | 3548 | $shared_ldflag = |
3287 | $shared_extension = | 3549 | $shared_extension = |
3288 | $ranlib = | 3550 | $ranlib = |
3551 | $arflags = | ||
3289 | 3552 | ||
3290 | *** sco5-gcc | 3553 | *** sco5-gcc |
3291 | $cc = gcc | 3554 | $cc = gcc |
@@ -3310,6 +3573,7 @@ $shared_cflag = -fPIC | |||
3310 | $shared_ldflag = | 3573 | $shared_ldflag = |
3311 | $shared_extension = | 3574 | $shared_extension = |
3312 | $ranlib = | 3575 | $ranlib = |
3576 | $arflags = | ||
3313 | 3577 | ||
3314 | *** solaris-sparc-sc3 | 3578 | *** solaris-sparc-sc3 |
3315 | $cc = cc | 3579 | $cc = cc |
@@ -3334,6 +3598,7 @@ $shared_cflag = -KPIC | |||
3334 | $shared_ldflag = | 3598 | $shared_ldflag = |
3335 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3599 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3336 | $ranlib = | 3600 | $ranlib = |
3601 | $arflags = | ||
3337 | 3602 | ||
3338 | *** solaris-sparcv7-cc | 3603 | *** solaris-sparcv7-cc |
3339 | $cc = cc | 3604 | $cc = cc |
@@ -3358,6 +3623,7 @@ $shared_cflag = -KPIC | |||
3358 | $shared_ldflag = | 3623 | $shared_ldflag = |
3359 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3624 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3360 | $ranlib = | 3625 | $ranlib = |
3626 | $arflags = | ||
3361 | 3627 | ||
3362 | *** solaris-sparcv7-gcc | 3628 | *** solaris-sparcv7-gcc |
3363 | $cc = gcc | 3629 | $cc = gcc |
@@ -3382,6 +3648,7 @@ $shared_cflag = -fPIC | |||
3382 | $shared_ldflag = | 3648 | $shared_ldflag = |
3383 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3649 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3384 | $ranlib = | 3650 | $ranlib = |
3651 | $arflags = | ||
3385 | 3652 | ||
3386 | *** solaris-sparcv8-cc | 3653 | *** solaris-sparcv8-cc |
3387 | $cc = cc | 3654 | $cc = cc |
@@ -3406,6 +3673,7 @@ $shared_cflag = -KPIC | |||
3406 | $shared_ldflag = | 3673 | $shared_ldflag = |
3407 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3674 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3408 | $ranlib = | 3675 | $ranlib = |
3676 | $arflags = | ||
3409 | 3677 | ||
3410 | *** solaris-sparcv8-gcc | 3678 | *** solaris-sparcv8-gcc |
3411 | $cc = gcc | 3679 | $cc = gcc |
@@ -3430,6 +3698,7 @@ $shared_cflag = -fPIC | |||
3430 | $shared_ldflag = | 3698 | $shared_ldflag = |
3431 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3699 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3432 | $ranlib = | 3700 | $ranlib = |
3701 | $arflags = | ||
3433 | 3702 | ||
3434 | *** solaris-sparcv9-cc | 3703 | *** solaris-sparcv9-cc |
3435 | $cc = cc | 3704 | $cc = cc |
@@ -3454,6 +3723,7 @@ $shared_cflag = -KPIC | |||
3454 | $shared_ldflag = | 3723 | $shared_ldflag = |
3455 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3724 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3456 | $ranlib = | 3725 | $ranlib = |
3726 | $arflags = | ||
3457 | 3727 | ||
3458 | *** solaris-sparcv9-gcc | 3728 | *** solaris-sparcv9-gcc |
3459 | $cc = gcc | 3729 | $cc = gcc |
@@ -3478,6 +3748,7 @@ $shared_cflag = -fPIC | |||
3478 | $shared_ldflag = | 3748 | $shared_ldflag = |
3479 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3749 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3480 | $ranlib = | 3750 | $ranlib = |
3751 | $arflags = | ||
3481 | 3752 | ||
3482 | *** solaris-sparcv9-gcc27 | 3753 | *** solaris-sparcv9-gcc27 |
3483 | $cc = gcc | 3754 | $cc = gcc |
@@ -3502,6 +3773,7 @@ $shared_cflag = -fPIC | |||
3502 | $shared_ldflag = | 3773 | $shared_ldflag = |
3503 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3774 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3504 | $ranlib = | 3775 | $ranlib = |
3776 | $arflags = | ||
3505 | 3777 | ||
3506 | *** solaris-x86-cc | 3778 | *** solaris-x86-cc |
3507 | $cc = cc | 3779 | $cc = cc |
@@ -3526,6 +3798,7 @@ $shared_cflag = -KPIC | |||
3526 | $shared_ldflag = | 3798 | $shared_ldflag = |
3527 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3799 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3528 | $ranlib = | 3800 | $ranlib = |
3801 | $arflags = | ||
3529 | 3802 | ||
3530 | *** solaris-x86-gcc | 3803 | *** solaris-x86-gcc |
3531 | $cc = gcc | 3804 | $cc = gcc |
@@ -3550,6 +3823,7 @@ $shared_cflag = -fPIC | |||
3550 | $shared_ldflag = | 3823 | $shared_ldflag = |
3551 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3824 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3552 | $ranlib = | 3825 | $ranlib = |
3826 | $arflags = | ||
3553 | 3827 | ||
3554 | *** solaris64-sparcv9-cc | 3828 | *** solaris64-sparcv9-cc |
3555 | $cc = cc | 3829 | $cc = cc |
@@ -3574,6 +3848,7 @@ $shared_cflag = -KPIC | |||
3574 | $shared_ldflag = -xarch=v9 | 3848 | $shared_ldflag = -xarch=v9 |
3575 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3849 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3576 | $ranlib = /usr/ccs/bin/ar rs | 3850 | $ranlib = /usr/ccs/bin/ar rs |
3851 | $arflags = | ||
3577 | 3852 | ||
3578 | *** solaris64-sparcv9-gcc | 3853 | *** solaris64-sparcv9-gcc |
3579 | $cc = gcc | 3854 | $cc = gcc |
@@ -3595,9 +3870,35 @@ $rc5_obj = | |||
3595 | $dso_scheme = dlfcn | 3870 | $dso_scheme = dlfcn |
3596 | $shared_target= solaris-shared | 3871 | $shared_target= solaris-shared |
3597 | $shared_cflag = -fPIC | 3872 | $shared_cflag = -fPIC |
3598 | $shared_ldflag = | 3873 | $shared_ldflag = -m64 |
3874 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | ||
3875 | $ranlib = | ||
3876 | $arflags = | ||
3877 | |||
3878 | *** solaris64-sparcv9-gcc31 | ||
3879 | $cc = gcc | ||
3880 | $cflags = -mcpu=ultrasparc -m64 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN | ||
3881 | $unistd = | ||
3882 | $thread_cflag = -D_REENTRANT | ||
3883 | $sys_id = ULTRASPARC | ||
3884 | $lflags = -lsocket -lnsl -ldl | ||
3885 | $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR | ||
3886 | $bn_obj = | ||
3887 | $des_obj = | ||
3888 | $bf_obj = | ||
3889 | $md5_obj = asm/md5-sparcv9.o | ||
3890 | $sha1_obj = | ||
3891 | $cast_obj = | ||
3892 | $rc4_obj = | ||
3893 | $rmd160_obj = | ||
3894 | $rc5_obj = | ||
3895 | $dso_scheme = dlfcn | ||
3896 | $shared_target= solaris-shared | ||
3897 | $shared_cflag = -fPIC | ||
3898 | $shared_ldflag = -m64 | ||
3599 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 3899 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3600 | $ranlib = | 3900 | $ranlib = |
3901 | $arflags = | ||
3601 | 3902 | ||
3602 | *** sunos-gcc | 3903 | *** sunos-gcc |
3603 | $cc = gcc | 3904 | $cc = gcc |
@@ -3622,6 +3923,7 @@ $shared_cflag = | |||
3622 | $shared_ldflag = | 3923 | $shared_ldflag = |
3623 | $shared_extension = | 3924 | $shared_extension = |
3624 | $ranlib = | 3925 | $ranlib = |
3926 | $arflags = | ||
3625 | 3927 | ||
3626 | *** ultrix-cc | 3928 | *** ultrix-cc |
3627 | $cc = cc | 3929 | $cc = cc |
@@ -3646,6 +3948,7 @@ $shared_cflag = | |||
3646 | $shared_ldflag = | 3948 | $shared_ldflag = |
3647 | $shared_extension = | 3949 | $shared_extension = |
3648 | $ranlib = | 3950 | $ranlib = |
3951 | $arflags = | ||
3649 | 3952 | ||
3650 | *** ultrix-gcc | 3953 | *** ultrix-gcc |
3651 | $cc = gcc | 3954 | $cc = gcc |
@@ -3670,14 +3973,15 @@ $shared_cflag = | |||
3670 | $shared_ldflag = | 3973 | $shared_ldflag = |
3671 | $shared_extension = | 3974 | $shared_extension = |
3672 | $ranlib = | 3975 | $ranlib = |
3976 | $arflags = | ||
3673 | 3977 | ||
3674 | *** unixware-2.0 | 3978 | *** unixware-2.0 |
3675 | $cc = cc | 3979 | $cc = cc |
3676 | $cflags = -DFILIO_H | 3980 | $cflags = -DFILIO_H -DNO_STRINGS_H |
3677 | $unistd = | 3981 | $unistd = |
3678 | $thread_cflag = -Kthread | 3982 | $thread_cflag = -Kthread |
3679 | $sys_id = | 3983 | $sys_id = |
3680 | $lflags = -lsocket -lnsl -lx | 3984 | $lflags = -lsocket -lnsl -lresolv -lx |
3681 | $bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | 3985 | $bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT |
3682 | $bn_obj = | 3986 | $bn_obj = |
3683 | $des_obj = | 3987 | $des_obj = |
@@ -3694,14 +3998,15 @@ $shared_cflag = | |||
3694 | $shared_ldflag = | 3998 | $shared_ldflag = |
3695 | $shared_extension = | 3999 | $shared_extension = |
3696 | $ranlib = | 4000 | $ranlib = |
4001 | $arflags = | ||
3697 | 4002 | ||
3698 | *** unixware-2.0-pentium | 4003 | *** unixware-2.0-pentium |
3699 | $cc = cc | 4004 | $cc = cc |
3700 | $cflags = -DFILIO_H -Kpentium | 4005 | $cflags = -DFILIO_H -DNO_STRINGS_H -Kpentium |
3701 | $unistd = | 4006 | $unistd = |
3702 | $thread_cflag = -Kthread | 4007 | $thread_cflag = -Kthread |
3703 | $sys_id = | 4008 | $sys_id = |
3704 | $lflags = -lsocket -lnsl -lx | 4009 | $lflags = -lsocket -lnsl -lresolv -lx |
3705 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL | 4010 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL |
3706 | $bn_obj = | 4011 | $bn_obj = |
3707 | $des_obj = | 4012 | $des_obj = |
@@ -3718,6 +4023,7 @@ $shared_cflag = | |||
3718 | $shared_ldflag = | 4023 | $shared_ldflag = |
3719 | $shared_extension = | 4024 | $shared_extension = |
3720 | $ranlib = | 4025 | $ranlib = |
4026 | $arflags = | ||
3721 | 4027 | ||
3722 | *** unixware-2.1 | 4028 | *** unixware-2.1 |
3723 | $cc = cc | 4029 | $cc = cc |
@@ -3725,7 +4031,7 @@ $cflags = -O -DFILIO_H | |||
3725 | $unistd = | 4031 | $unistd = |
3726 | $thread_cflag = -Kthread | 4032 | $thread_cflag = -Kthread |
3727 | $sys_id = | 4033 | $sys_id = |
3728 | $lflags = -lsocket -lnsl -lx | 4034 | $lflags = -lsocket -lnsl -lresolv -lx |
3729 | $bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT | 4035 | $bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT |
3730 | $bn_obj = | 4036 | $bn_obj = |
3731 | $des_obj = | 4037 | $des_obj = |
@@ -3742,6 +4048,7 @@ $shared_cflag = | |||
3742 | $shared_ldflag = | 4048 | $shared_ldflag = |
3743 | $shared_extension = | 4049 | $shared_extension = |
3744 | $ranlib = | 4050 | $ranlib = |
4051 | $arflags = | ||
3745 | 4052 | ||
3746 | *** unixware-2.1-p6 | 4053 | *** unixware-2.1-p6 |
3747 | $cc = cc | 4054 | $cc = cc |
@@ -3749,7 +4056,7 @@ $cflags = -O -DFILIO_H -Kp6 | |||
3749 | $unistd = | 4056 | $unistd = |
3750 | $thread_cflag = -Kthread | 4057 | $thread_cflag = -Kthread |
3751 | $sys_id = | 4058 | $sys_id = |
3752 | $lflags = -lsocket -lnsl -lx | 4059 | $lflags = -lsocket -lnsl -lresolv -lx |
3753 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL | 4060 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL |
3754 | $bn_obj = | 4061 | $bn_obj = |
3755 | $des_obj = | 4062 | $des_obj = |
@@ -3766,6 +4073,7 @@ $shared_cflag = | |||
3766 | $shared_ldflag = | 4073 | $shared_ldflag = |
3767 | $shared_extension = | 4074 | $shared_extension = |
3768 | $ranlib = | 4075 | $ranlib = |
4076 | $arflags = | ||
3769 | 4077 | ||
3770 | *** unixware-2.1-pentium | 4078 | *** unixware-2.1-pentium |
3771 | $cc = cc | 4079 | $cc = cc |
@@ -3773,7 +4081,7 @@ $cflags = -O -DFILIO_H -Kpentium | |||
3773 | $unistd = | 4081 | $unistd = |
3774 | $thread_cflag = -Kthread | 4082 | $thread_cflag = -Kthread |
3775 | $sys_id = | 4083 | $sys_id = |
3776 | $lflags = -lsocket -lnsl -lx | 4084 | $lflags = -lsocket -lnsl -lresolv -lx |
3777 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL | 4085 | $bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL |
3778 | $bn_obj = | 4086 | $bn_obj = |
3779 | $des_obj = | 4087 | $des_obj = |
@@ -3790,6 +4098,7 @@ $shared_cflag = | |||
3790 | $shared_ldflag = | 4098 | $shared_ldflag = |
3791 | $shared_extension = | 4099 | $shared_extension = |
3792 | $ranlib = | 4100 | $ranlib = |
4101 | $arflags = | ||
3793 | 4102 | ||
3794 | *** unixware-7 | 4103 | *** unixware-7 |
3795 | $cc = cc | 4104 | $cc = cc |
@@ -3814,6 +4123,7 @@ $shared_cflag = -Kpic | |||
3814 | $shared_ldflag = | 4123 | $shared_ldflag = |
3815 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 4124 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3816 | $ranlib = | 4125 | $ranlib = |
4126 | $arflags = | ||
3817 | 4127 | ||
3818 | *** unixware-7-gcc | 4128 | *** unixware-7-gcc |
3819 | $cc = gcc | 4129 | $cc = gcc |
@@ -3838,6 +4148,7 @@ $shared_cflag = -fPIC | |||
3838 | $shared_ldflag = | 4148 | $shared_ldflag = |
3839 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 4149 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3840 | $ranlib = | 4150 | $ranlib = |
4151 | $arflags = | ||
3841 | 4152 | ||
3842 | *** unixware-7-pentium | 4153 | *** unixware-7-pentium |
3843 | $cc = cc | 4154 | $cc = cc |
@@ -3862,6 +4173,7 @@ $shared_cflag = -Kpic | |||
3862 | $shared_ldflag = | 4173 | $shared_ldflag = |
3863 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 4174 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3864 | $ranlib = | 4175 | $ranlib = |
4176 | $arflags = | ||
3865 | 4177 | ||
3866 | *** unixware-7-pentium_pro | 4178 | *** unixware-7-pentium_pro |
3867 | $cc = cc | 4179 | $cc = cc |
@@ -3886,6 +4198,7 @@ $shared_cflag = -Kpic | |||
3886 | $shared_ldflag = | 4198 | $shared_ldflag = |
3887 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) | 4199 | $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) |
3888 | $ranlib = | 4200 | $ranlib = |
4201 | $arflags = | ||
3889 | 4202 | ||
3890 | *** vxworks-ppc405 | 4203 | *** vxworks-ppc405 |
3891 | $cc = ccppc | 4204 | $cc = ccppc |
@@ -3910,3 +4223,4 @@ $shared_cflag = | |||
3910 | $shared_ldflag = | 4223 | $shared_ldflag = |
3911 | $shared_extension = | 4224 | $shared_extension = |
3912 | $ranlib = | 4225 | $ranlib = |
4226 | $arflags = | ||
diff --git a/src/lib/libssl/src/apps/Makefile.ssl b/src/lib/libssl/src/apps/Makefile.ssl index 8ae282d7bb..c479264342 100644 --- a/src/lib/libssl/src/apps/Makefile.ssl +++ b/src/lib/libssl/src/apps/Makefile.ssl | |||
@@ -157,612 +157,867 @@ progs.h: progs.pl | |||
157 | 157 | ||
158 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 158 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
159 | 159 | ||
160 | app_rand.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 160 | app_rand.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
161 | app_rand.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
161 | app_rand.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 162 | app_rand.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
162 | app_rand.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 163 | app_rand.o: ../include/openssl/cast.h ../include/openssl/conf.h |
163 | app_rand.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 164 | app_rand.o: ../include/openssl/crypto.h ../include/openssl/des.h |
164 | app_rand.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 165 | app_rand.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
165 | app_rand.o: ../include/openssl/err.h ../include/openssl/evp.h | 166 | app_rand.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
166 | app_rand.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 167 | app_rand.o: ../include/openssl/engine.h ../include/openssl/err.h |
168 | app_rand.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
169 | app_rand.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
170 | app_rand.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
171 | app_rand.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
167 | app_rand.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 172 | app_rand.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
168 | app_rand.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 173 | app_rand.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
169 | app_rand.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 174 | app_rand.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
175 | app_rand.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
176 | app_rand.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
170 | app_rand.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 177 | app_rand.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
171 | app_rand.o: ../include/openssl/sha.h ../include/openssl/stack.h | 178 | app_rand.o: ../include/openssl/sha.h ../include/openssl/stack.h |
172 | app_rand.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 179 | app_rand.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
173 | app_rand.o: ../include/openssl/ui.h ../include/openssl/x509.h | 180 | app_rand.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
174 | app_rand.o: ../include/openssl/x509_vfy.h app_rand.c apps.h | 181 | app_rand.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h app_rand.c |
175 | apps.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 182 | app_rand.o: apps.h |
183 | apps.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
184 | apps.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
176 | apps.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 185 | apps.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
177 | apps.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 186 | apps.o: ../include/openssl/cast.h ../include/openssl/conf.h |
178 | apps.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 187 | apps.o: ../include/openssl/crypto.h ../include/openssl/des.h |
179 | apps.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 188 | apps.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
180 | apps.o: ../include/openssl/err.h ../include/openssl/evp.h | 189 | apps.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
181 | apps.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 190 | apps.o: ../include/openssl/engine.h ../include/openssl/err.h |
191 | apps.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
192 | apps.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
193 | apps.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
194 | apps.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
182 | apps.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 195 | apps.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
183 | apps.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 196 | apps.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
184 | apps.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 197 | apps.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
185 | apps.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h | 198 | apps.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h |
186 | apps.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 199 | apps.o: ../include/openssl/rand.h ../include/openssl/rc2.h |
200 | apps.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | ||
201 | apps.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | ||
187 | apps.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 202 | apps.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
188 | apps.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 203 | apps.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
189 | apps.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 204 | apps.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
190 | apps.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h | 205 | apps.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
191 | apps.o: ../include/openssl/x509v3.h apps.c apps.h | 206 | apps.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.c apps.h |
192 | asn1pars.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 207 | asn1pars.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
208 | asn1pars.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
193 | asn1pars.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 209 | asn1pars.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
194 | asn1pars.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 210 | asn1pars.o: ../include/openssl/cast.h ../include/openssl/conf.h |
195 | asn1pars.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 211 | asn1pars.o: ../include/openssl/crypto.h ../include/openssl/des.h |
196 | asn1pars.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 212 | asn1pars.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
197 | asn1pars.o: ../include/openssl/err.h ../include/openssl/evp.h | 213 | asn1pars.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
198 | asn1pars.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 214 | asn1pars.o: ../include/openssl/engine.h ../include/openssl/err.h |
215 | asn1pars.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
216 | asn1pars.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
217 | asn1pars.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
218 | asn1pars.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
199 | asn1pars.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 219 | asn1pars.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
200 | asn1pars.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 220 | asn1pars.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
201 | asn1pars.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 221 | asn1pars.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
202 | asn1pars.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 222 | asn1pars.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
223 | asn1pars.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
224 | asn1pars.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
203 | asn1pars.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 225 | asn1pars.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
204 | asn1pars.o: ../include/openssl/sha.h ../include/openssl/stack.h | 226 | asn1pars.o: ../include/openssl/sha.h ../include/openssl/stack.h |
205 | asn1pars.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 227 | asn1pars.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
206 | asn1pars.o: ../include/openssl/ui.h ../include/openssl/x509.h | 228 | asn1pars.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
207 | asn1pars.o: ../include/openssl/x509_vfy.h apps.h asn1pars.c | 229 | asn1pars.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
208 | ca.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 230 | asn1pars.o: asn1pars.c |
231 | ca.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
232 | ca.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
209 | ca.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 233 | ca.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
210 | ca.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 234 | ca.o: ../include/openssl/cast.h ../include/openssl/conf.h |
211 | ca.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 235 | ca.o: ../include/openssl/crypto.h ../include/openssl/des.h |
212 | ca.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 236 | ca.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
213 | ca.o: ../include/openssl/err.h ../include/openssl/evp.h | 237 | ca.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
214 | ca.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 238 | ca.o: ../include/openssl/engine.h ../include/openssl/err.h |
239 | ca.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
240 | ca.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
241 | ca.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
242 | ca.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
215 | ca.o: ../include/openssl/objects.h ../include/openssl/ocsp.h | 243 | ca.o: ../include/openssl/objects.h ../include/openssl/ocsp.h |
216 | ca.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 244 | ca.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
217 | ca.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 245 | ca.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h |
218 | ca.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 246 | ca.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h |
219 | ca.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 247 | ca.o: ../include/openssl/rand.h ../include/openssl/rc2.h |
248 | ca.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | ||
249 | ca.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | ||
220 | ca.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 250 | ca.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
221 | ca.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 251 | ca.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
222 | ca.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 252 | ca.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
223 | ca.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h | 253 | ca.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
224 | ca.o: ../include/openssl/x509v3.h apps.h ca.c | 254 | ca.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h ca.c |
225 | ciphers.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 255 | ciphers.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
256 | ciphers.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
226 | ciphers.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 257 | ciphers.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
227 | ciphers.o: ../include/openssl/comp.h ../include/openssl/conf.h | 258 | ciphers.o: ../include/openssl/cast.h ../include/openssl/comp.h |
228 | ciphers.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 259 | ciphers.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
229 | ciphers.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 260 | ciphers.o: ../include/openssl/des.h ../include/openssl/des_old.h |
230 | ciphers.o: ../include/openssl/engine.h ../include/openssl/err.h | 261 | ciphers.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
231 | ciphers.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 262 | ciphers.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
232 | ciphers.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 263 | ciphers.o: ../include/openssl/err.h ../include/openssl/evp.h |
264 | ciphers.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
265 | ciphers.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
266 | ciphers.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
267 | ciphers.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
233 | ciphers.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 268 | ciphers.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
234 | ciphers.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 269 | ciphers.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
235 | ciphers.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 270 | ciphers.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
236 | ciphers.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 271 | ciphers.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
272 | ciphers.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
273 | ciphers.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
237 | ciphers.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 274 | ciphers.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
238 | ciphers.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 275 | ciphers.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
239 | ciphers.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 276 | ciphers.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
240 | ciphers.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 277 | ciphers.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
241 | ciphers.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 278 | ciphers.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
242 | ciphers.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 279 | ciphers.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
243 | ciphers.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 280 | ciphers.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
244 | ciphers.o: ciphers.c | 281 | ciphers.o: ../include/openssl/x509_vfy.h apps.h ciphers.c |
245 | crl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 282 | crl.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
283 | crl.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
246 | crl.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 284 | crl.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
247 | crl.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 285 | crl.o: ../include/openssl/cast.h ../include/openssl/conf.h |
248 | crl.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 286 | crl.o: ../include/openssl/crypto.h ../include/openssl/des.h |
249 | crl.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 287 | crl.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
250 | crl.o: ../include/openssl/err.h ../include/openssl/evp.h | 288 | crl.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
251 | crl.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 289 | crl.o: ../include/openssl/engine.h ../include/openssl/err.h |
290 | crl.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
291 | crl.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
292 | crl.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
293 | crl.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
252 | crl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 294 | crl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
253 | crl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 295 | crl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
254 | crl.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 296 | crl.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
255 | crl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 297 | crl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
298 | crl.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
299 | crl.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
256 | crl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 300 | crl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
257 | crl.o: ../include/openssl/sha.h ../include/openssl/stack.h | 301 | crl.o: ../include/openssl/sha.h ../include/openssl/stack.h |
258 | crl.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 302 | crl.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
259 | crl.o: ../include/openssl/ui.h ../include/openssl/x509.h | 303 | crl.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
260 | crl.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h crl.c | 304 | crl.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
261 | crl2p7.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 305 | crl.o: ../include/openssl/x509v3.h apps.h crl.c |
306 | crl2p7.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
307 | crl2p7.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
262 | crl2p7.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 308 | crl2p7.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
263 | crl2p7.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 309 | crl2p7.o: ../include/openssl/cast.h ../include/openssl/conf.h |
264 | crl2p7.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 310 | crl2p7.o: ../include/openssl/crypto.h ../include/openssl/des.h |
265 | crl2p7.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 311 | crl2p7.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
266 | crl2p7.o: ../include/openssl/err.h ../include/openssl/evp.h | 312 | crl2p7.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
267 | crl2p7.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 313 | crl2p7.o: ../include/openssl/engine.h ../include/openssl/err.h |
314 | crl2p7.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
315 | crl2p7.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
316 | crl2p7.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
317 | crl2p7.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
268 | crl2p7.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 318 | crl2p7.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
269 | crl2p7.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 319 | crl2p7.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
270 | crl2p7.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 320 | crl2p7.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
271 | crl2p7.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 321 | crl2p7.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
322 | crl2p7.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
323 | crl2p7.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
272 | crl2p7.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 324 | crl2p7.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
273 | crl2p7.o: ../include/openssl/sha.h ../include/openssl/stack.h | 325 | crl2p7.o: ../include/openssl/sha.h ../include/openssl/stack.h |
274 | crl2p7.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 326 | crl2p7.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
275 | crl2p7.o: ../include/openssl/ui.h ../include/openssl/x509.h | 327 | crl2p7.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
276 | crl2p7.o: ../include/openssl/x509_vfy.h apps.h crl2p7.c | 328 | crl2p7.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
277 | dgst.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 329 | crl2p7.o: crl2p7.c |
330 | dgst.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
331 | dgst.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
278 | dgst.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 332 | dgst.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
279 | dgst.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 333 | dgst.o: ../include/openssl/cast.h ../include/openssl/conf.h |
280 | dgst.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 334 | dgst.o: ../include/openssl/crypto.h ../include/openssl/des.h |
281 | dgst.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 335 | dgst.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
282 | dgst.o: ../include/openssl/err.h ../include/openssl/evp.h | 336 | dgst.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
283 | dgst.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 337 | dgst.o: ../include/openssl/engine.h ../include/openssl/err.h |
338 | dgst.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
339 | dgst.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
340 | dgst.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
341 | dgst.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
284 | dgst.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 342 | dgst.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
285 | dgst.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 343 | dgst.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
286 | dgst.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 344 | dgst.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
287 | dgst.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 345 | dgst.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
346 | dgst.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
347 | dgst.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
288 | dgst.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 348 | dgst.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
289 | dgst.o: ../include/openssl/sha.h ../include/openssl/stack.h | 349 | dgst.o: ../include/openssl/sha.h ../include/openssl/stack.h |
290 | dgst.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 350 | dgst.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
291 | dgst.o: ../include/openssl/ui.h ../include/openssl/x509.h | 351 | dgst.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
292 | dgst.o: ../include/openssl/x509_vfy.h apps.h dgst.c | 352 | dgst.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h dgst.c |
293 | dh.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 353 | dh.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
354 | dh.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
294 | dh.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 355 | dh.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
295 | dh.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 356 | dh.o: ../include/openssl/cast.h ../include/openssl/conf.h |
296 | dh.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 357 | dh.o: ../include/openssl/crypto.h ../include/openssl/des.h |
297 | dh.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 358 | dh.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
298 | dh.o: ../include/openssl/err.h ../include/openssl/evp.h | 359 | dh.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
299 | dh.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 360 | dh.o: ../include/openssl/engine.h ../include/openssl/err.h |
361 | dh.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
362 | dh.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
363 | dh.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
364 | dh.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
300 | dh.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 365 | dh.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
301 | dh.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 366 | dh.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
302 | dh.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 367 | dh.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
303 | dh.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 368 | dh.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
369 | dh.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
370 | dh.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
304 | dh.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 371 | dh.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
305 | dh.o: ../include/openssl/sha.h ../include/openssl/stack.h | 372 | dh.o: ../include/openssl/sha.h ../include/openssl/stack.h |
306 | dh.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 373 | dh.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
307 | dh.o: ../include/openssl/ui.h ../include/openssl/x509.h | 374 | dh.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
308 | dh.o: ../include/openssl/x509_vfy.h apps.h dh.c | 375 | dh.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h dh.c |
309 | dsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 376 | dsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
377 | dsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
310 | dsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 378 | dsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
311 | dsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 379 | dsa.o: ../include/openssl/cast.h ../include/openssl/conf.h |
312 | dsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 380 | dsa.o: ../include/openssl/crypto.h ../include/openssl/des.h |
313 | dsa.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 381 | dsa.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
314 | dsa.o: ../include/openssl/err.h ../include/openssl/evp.h | 382 | dsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
315 | dsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 383 | dsa.o: ../include/openssl/engine.h ../include/openssl/err.h |
384 | dsa.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
385 | dsa.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
386 | dsa.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
387 | dsa.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
316 | dsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 388 | dsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
317 | dsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 389 | dsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
318 | dsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 390 | dsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
319 | dsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 391 | dsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
392 | dsa.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
393 | dsa.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
320 | dsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 394 | dsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
321 | dsa.o: ../include/openssl/sha.h ../include/openssl/stack.h | 395 | dsa.o: ../include/openssl/sha.h ../include/openssl/stack.h |
322 | dsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 396 | dsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
323 | dsa.o: ../include/openssl/ui.h ../include/openssl/x509.h | 397 | dsa.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
324 | dsa.o: ../include/openssl/x509_vfy.h apps.h dsa.c | 398 | dsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h dsa.c |
325 | dsaparam.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 399 | dsaparam.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
400 | dsaparam.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
326 | dsaparam.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 401 | dsaparam.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
327 | dsaparam.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 402 | dsaparam.o: ../include/openssl/cast.h ../include/openssl/conf.h |
328 | dsaparam.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 403 | dsaparam.o: ../include/openssl/crypto.h ../include/openssl/des.h |
329 | dsaparam.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 404 | dsaparam.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
330 | dsaparam.o: ../include/openssl/err.h ../include/openssl/evp.h | 405 | dsaparam.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
331 | dsaparam.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 406 | dsaparam.o: ../include/openssl/engine.h ../include/openssl/err.h |
407 | dsaparam.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
408 | dsaparam.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
409 | dsaparam.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
410 | dsaparam.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
332 | dsaparam.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 411 | dsaparam.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
333 | dsaparam.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 412 | dsaparam.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
334 | dsaparam.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 413 | dsaparam.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
335 | dsaparam.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 414 | dsaparam.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
415 | dsaparam.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
416 | dsaparam.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
336 | dsaparam.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 417 | dsaparam.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
337 | dsaparam.o: ../include/openssl/sha.h ../include/openssl/stack.h | 418 | dsaparam.o: ../include/openssl/sha.h ../include/openssl/stack.h |
338 | dsaparam.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 419 | dsaparam.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
339 | dsaparam.o: ../include/openssl/ui.h ../include/openssl/x509.h | 420 | dsaparam.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
340 | dsaparam.o: ../include/openssl/x509_vfy.h apps.h dsaparam.c | 421 | dsaparam.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
341 | enc.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 422 | dsaparam.o: dsaparam.c |
423 | enc.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
424 | enc.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
342 | enc.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 425 | enc.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
343 | enc.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 426 | enc.o: ../include/openssl/cast.h ../include/openssl/conf.h |
344 | enc.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 427 | enc.o: ../include/openssl/crypto.h ../include/openssl/des.h |
345 | enc.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 428 | enc.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
346 | enc.o: ../include/openssl/err.h ../include/openssl/evp.h | 429 | enc.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
347 | enc.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 430 | enc.o: ../include/openssl/engine.h ../include/openssl/err.h |
431 | enc.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
432 | enc.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
433 | enc.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
434 | enc.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
348 | enc.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 435 | enc.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
349 | enc.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 436 | enc.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
350 | enc.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 437 | enc.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
351 | enc.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 438 | enc.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
439 | enc.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
440 | enc.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
352 | enc.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 441 | enc.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
353 | enc.o: ../include/openssl/sha.h ../include/openssl/stack.h | 442 | enc.o: ../include/openssl/sha.h ../include/openssl/stack.h |
354 | enc.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 443 | enc.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
355 | enc.o: ../include/openssl/ui.h ../include/openssl/x509.h | 444 | enc.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
356 | enc.o: ../include/openssl/x509_vfy.h apps.h enc.c | 445 | enc.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h enc.c |
357 | engine.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 446 | engine.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
447 | engine.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
358 | engine.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 448 | engine.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
359 | engine.o: ../include/openssl/comp.h ../include/openssl/conf.h | 449 | engine.o: ../include/openssl/cast.h ../include/openssl/comp.h |
360 | engine.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 450 | engine.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
361 | engine.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 451 | engine.o: ../include/openssl/des.h ../include/openssl/des_old.h |
362 | engine.o: ../include/openssl/engine.h ../include/openssl/err.h | 452 | engine.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
363 | engine.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 453 | engine.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
364 | engine.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 454 | engine.o: ../include/openssl/err.h ../include/openssl/evp.h |
455 | engine.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
456 | engine.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
457 | engine.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
458 | engine.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
365 | engine.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 459 | engine.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
366 | engine.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 460 | engine.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
367 | engine.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 461 | engine.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
368 | engine.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 462 | engine.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
463 | engine.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
464 | engine.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
369 | engine.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 465 | engine.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
370 | engine.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 466 | engine.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
371 | engine.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 467 | engine.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
372 | engine.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 468 | engine.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
373 | engine.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 469 | engine.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
374 | engine.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 470 | engine.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
375 | engine.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 471 | engine.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
376 | engine.o: engine.c | 472 | engine.o: ../include/openssl/x509_vfy.h apps.h engine.c |
377 | errstr.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 473 | errstr.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
474 | errstr.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
378 | errstr.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 475 | errstr.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
379 | errstr.o: ../include/openssl/comp.h ../include/openssl/conf.h | 476 | errstr.o: ../include/openssl/cast.h ../include/openssl/comp.h |
380 | errstr.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 477 | errstr.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
381 | errstr.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 478 | errstr.o: ../include/openssl/des.h ../include/openssl/des_old.h |
382 | errstr.o: ../include/openssl/engine.h ../include/openssl/err.h | 479 | errstr.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
383 | errstr.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 480 | errstr.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
384 | errstr.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 481 | errstr.o: ../include/openssl/err.h ../include/openssl/evp.h |
482 | errstr.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
483 | errstr.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
484 | errstr.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
485 | errstr.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
385 | errstr.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 486 | errstr.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
386 | errstr.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 487 | errstr.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
387 | errstr.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 488 | errstr.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
388 | errstr.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 489 | errstr.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
490 | errstr.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
491 | errstr.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
389 | errstr.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 492 | errstr.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
390 | errstr.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 493 | errstr.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
391 | errstr.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 494 | errstr.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
392 | errstr.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 495 | errstr.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
393 | errstr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 496 | errstr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
394 | errstr.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 497 | errstr.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
395 | errstr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 498 | errstr.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
396 | errstr.o: errstr.c | 499 | errstr.o: ../include/openssl/x509_vfy.h apps.h errstr.c |
397 | gendh.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 500 | gendh.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
501 | gendh.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
398 | gendh.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 502 | gendh.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
399 | gendh.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 503 | gendh.o: ../include/openssl/cast.h ../include/openssl/conf.h |
400 | gendh.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 504 | gendh.o: ../include/openssl/crypto.h ../include/openssl/des.h |
401 | gendh.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 505 | gendh.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
402 | gendh.o: ../include/openssl/err.h ../include/openssl/evp.h | 506 | gendh.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
403 | gendh.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 507 | gendh.o: ../include/openssl/engine.h ../include/openssl/err.h |
508 | gendh.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
509 | gendh.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
510 | gendh.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
511 | gendh.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
404 | gendh.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 512 | gendh.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
405 | gendh.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 513 | gendh.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
406 | gendh.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 514 | gendh.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
407 | gendh.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 515 | gendh.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
516 | gendh.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
517 | gendh.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
408 | gendh.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 518 | gendh.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
409 | gendh.o: ../include/openssl/sha.h ../include/openssl/stack.h | 519 | gendh.o: ../include/openssl/sha.h ../include/openssl/stack.h |
410 | gendh.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 520 | gendh.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
411 | gendh.o: ../include/openssl/ui.h ../include/openssl/x509.h | 521 | gendh.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
412 | gendh.o: ../include/openssl/x509_vfy.h apps.h gendh.c | 522 | gendh.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h gendh.c |
413 | gendsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 523 | gendsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
524 | gendsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
414 | gendsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 525 | gendsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
415 | gendsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 526 | gendsa.o: ../include/openssl/cast.h ../include/openssl/conf.h |
416 | gendsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 527 | gendsa.o: ../include/openssl/crypto.h ../include/openssl/des.h |
417 | gendsa.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 528 | gendsa.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
418 | gendsa.o: ../include/openssl/err.h ../include/openssl/evp.h | 529 | gendsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
419 | gendsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 530 | gendsa.o: ../include/openssl/engine.h ../include/openssl/err.h |
531 | gendsa.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
532 | gendsa.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
533 | gendsa.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
534 | gendsa.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
420 | gendsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 535 | gendsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
421 | gendsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 536 | gendsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
422 | gendsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 537 | gendsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
423 | gendsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 538 | gendsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
539 | gendsa.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
540 | gendsa.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
424 | gendsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 541 | gendsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
425 | gendsa.o: ../include/openssl/sha.h ../include/openssl/stack.h | 542 | gendsa.o: ../include/openssl/sha.h ../include/openssl/stack.h |
426 | gendsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 543 | gendsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
427 | gendsa.o: ../include/openssl/ui.h ../include/openssl/x509.h | 544 | gendsa.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
428 | gendsa.o: ../include/openssl/x509_vfy.h apps.h gendsa.c | 545 | gendsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
429 | genrsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 546 | gendsa.o: gendsa.c |
547 | genrsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
548 | genrsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
430 | genrsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 549 | genrsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
431 | genrsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 550 | genrsa.o: ../include/openssl/cast.h ../include/openssl/conf.h |
432 | genrsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 551 | genrsa.o: ../include/openssl/crypto.h ../include/openssl/des.h |
433 | genrsa.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 552 | genrsa.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
434 | genrsa.o: ../include/openssl/err.h ../include/openssl/evp.h | 553 | genrsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
435 | genrsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 554 | genrsa.o: ../include/openssl/engine.h ../include/openssl/err.h |
555 | genrsa.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
556 | genrsa.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
557 | genrsa.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
558 | genrsa.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
436 | genrsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 559 | genrsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
437 | genrsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 560 | genrsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
438 | genrsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 561 | genrsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
439 | genrsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 562 | genrsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
563 | genrsa.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
564 | genrsa.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
440 | genrsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 565 | genrsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
441 | genrsa.o: ../include/openssl/sha.h ../include/openssl/stack.h | 566 | genrsa.o: ../include/openssl/sha.h ../include/openssl/stack.h |
442 | genrsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 567 | genrsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
443 | genrsa.o: ../include/openssl/ui.h ../include/openssl/x509.h | 568 | genrsa.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
444 | genrsa.o: ../include/openssl/x509_vfy.h apps.h genrsa.c | 569 | genrsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
445 | nseq.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 570 | genrsa.o: genrsa.c |
571 | nseq.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
572 | nseq.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
446 | nseq.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 573 | nseq.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
447 | nseq.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 574 | nseq.o: ../include/openssl/cast.h ../include/openssl/conf.h |
448 | nseq.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 575 | nseq.o: ../include/openssl/crypto.h ../include/openssl/des.h |
449 | nseq.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 576 | nseq.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
450 | nseq.o: ../include/openssl/err.h ../include/openssl/evp.h | 577 | nseq.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
451 | nseq.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 578 | nseq.o: ../include/openssl/engine.h ../include/openssl/err.h |
579 | nseq.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
580 | nseq.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
581 | nseq.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
582 | nseq.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
452 | nseq.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 583 | nseq.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
453 | nseq.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 584 | nseq.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
454 | nseq.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 585 | nseq.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
455 | nseq.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 586 | nseq.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
587 | nseq.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
588 | nseq.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
456 | nseq.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 589 | nseq.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
457 | nseq.o: ../include/openssl/sha.h ../include/openssl/stack.h | 590 | nseq.o: ../include/openssl/sha.h ../include/openssl/stack.h |
458 | nseq.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 591 | nseq.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
459 | nseq.o: ../include/openssl/ui.h ../include/openssl/x509.h | 592 | nseq.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
460 | nseq.o: ../include/openssl/x509_vfy.h apps.h nseq.c | 593 | nseq.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h nseq.c |
461 | ocsp.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 594 | ocsp.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
595 | ocsp.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
462 | ocsp.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 596 | ocsp.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
463 | ocsp.o: ../include/openssl/comp.h ../include/openssl/conf.h | 597 | ocsp.o: ../include/openssl/cast.h ../include/openssl/comp.h |
464 | ocsp.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 598 | ocsp.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
465 | ocsp.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 599 | ocsp.o: ../include/openssl/des.h ../include/openssl/des_old.h |
466 | ocsp.o: ../include/openssl/engine.h ../include/openssl/err.h | 600 | ocsp.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
467 | ocsp.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 601 | ocsp.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
468 | ocsp.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 602 | ocsp.o: ../include/openssl/err.h ../include/openssl/evp.h |
603 | ocsp.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
604 | ocsp.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
605 | ocsp.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
606 | ocsp.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
469 | ocsp.o: ../include/openssl/objects.h ../include/openssl/ocsp.h | 607 | ocsp.o: ../include/openssl/objects.h ../include/openssl/ocsp.h |
470 | ocsp.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 608 | ocsp.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
471 | ocsp.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 609 | ocsp.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h |
472 | ocsp.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 610 | ocsp.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h |
473 | ocsp.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 611 | ocsp.o: ../include/openssl/rand.h ../include/openssl/rc2.h |
612 | ocsp.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | ||
613 | ocsp.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | ||
474 | ocsp.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 614 | ocsp.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
475 | ocsp.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 615 | ocsp.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h |
476 | ocsp.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 616 | ocsp.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h |
477 | ocsp.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 617 | ocsp.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
478 | ocsp.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h | 618 | ocsp.o: ../include/openssl/tls1.h ../include/openssl/txt_db.h |
479 | ocsp.o: ../include/openssl/ui.h ../include/openssl/x509.h | 619 | ocsp.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
480 | ocsp.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h ocsp.c | 620 | ocsp.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
481 | openssl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 621 | ocsp.o: ../include/openssl/x509v3.h apps.h ocsp.c |
622 | openssl.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
623 | openssl.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
482 | openssl.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 624 | openssl.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
483 | openssl.o: ../include/openssl/comp.h ../include/openssl/conf.h | 625 | openssl.o: ../include/openssl/cast.h ../include/openssl/comp.h |
484 | openssl.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 626 | openssl.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
485 | openssl.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 627 | openssl.o: ../include/openssl/des.h ../include/openssl/des_old.h |
486 | openssl.o: ../include/openssl/engine.h ../include/openssl/err.h | 628 | openssl.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
487 | openssl.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 629 | openssl.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
488 | openssl.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 630 | openssl.o: ../include/openssl/err.h ../include/openssl/evp.h |
631 | openssl.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
632 | openssl.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
633 | openssl.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
634 | openssl.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
489 | openssl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 635 | openssl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
490 | openssl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 636 | openssl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
491 | openssl.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 637 | openssl.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
492 | openssl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 638 | openssl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
639 | openssl.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
640 | openssl.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
493 | openssl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 641 | openssl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
494 | openssl.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 642 | openssl.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
495 | openssl.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 643 | openssl.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
496 | openssl.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 644 | openssl.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
497 | openssl.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 645 | openssl.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
498 | openssl.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 646 | openssl.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
499 | openssl.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 647 | openssl.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
500 | openssl.o: openssl.c progs.h s_apps.h | 648 | openssl.o: ../include/openssl/x509_vfy.h apps.h openssl.c progs.h s_apps.h |
501 | passwd.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 649 | passwd.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
650 | passwd.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
502 | passwd.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 651 | passwd.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
503 | passwd.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 652 | passwd.o: ../include/openssl/cast.h ../include/openssl/conf.h |
504 | passwd.o: ../include/openssl/des.h ../include/openssl/des_old.h | 653 | passwd.o: ../include/openssl/crypto.h ../include/openssl/des.h |
505 | passwd.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 654 | passwd.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
506 | passwd.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 655 | passwd.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
507 | passwd.o: ../include/openssl/err.h ../include/openssl/evp.h | 656 | passwd.o: ../include/openssl/engine.h ../include/openssl/err.h |
508 | passwd.o: ../include/openssl/lhash.h ../include/openssl/md5.h | 657 | passwd.o: ../include/openssl/evp.h ../include/openssl/idea.h |
509 | passwd.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 658 | passwd.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
510 | passwd.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 659 | passwd.o: ../include/openssl/md4.h ../include/openssl/md5.h |
511 | passwd.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h | 660 | passwd.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
512 | passwd.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 661 | passwd.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
513 | passwd.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 662 | passwd.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
514 | passwd.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 663 | passwd.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
515 | passwd.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 664 | passwd.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
516 | passwd.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 665 | passwd.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
517 | passwd.o: ../include/openssl/x509_vfy.h apps.h passwd.c | 666 | passwd.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
518 | pkcs12.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 667 | passwd.o: ../include/openssl/sha.h ../include/openssl/stack.h |
668 | passwd.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | ||
669 | passwd.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | ||
670 | passwd.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | ||
671 | passwd.o: passwd.c | ||
672 | pkcs12.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
673 | pkcs12.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
519 | pkcs12.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 674 | pkcs12.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
520 | pkcs12.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 675 | pkcs12.o: ../include/openssl/cast.h ../include/openssl/conf.h |
521 | pkcs12.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 676 | pkcs12.o: ../include/openssl/crypto.h ../include/openssl/des.h |
522 | pkcs12.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 677 | pkcs12.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
523 | pkcs12.o: ../include/openssl/err.h ../include/openssl/evp.h | 678 | pkcs12.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
524 | pkcs12.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 679 | pkcs12.o: ../include/openssl/engine.h ../include/openssl/err.h |
680 | pkcs12.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
681 | pkcs12.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
682 | pkcs12.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
683 | pkcs12.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
525 | pkcs12.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 684 | pkcs12.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
526 | pkcs12.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 685 | pkcs12.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
527 | pkcs12.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 686 | pkcs12.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
528 | pkcs12.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h | 687 | pkcs12.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h |
529 | pkcs12.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 688 | pkcs12.o: ../include/openssl/rand.h ../include/openssl/rc2.h |
689 | pkcs12.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | ||
690 | pkcs12.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | ||
530 | pkcs12.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 691 | pkcs12.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
531 | pkcs12.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 692 | pkcs12.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
532 | pkcs12.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 693 | pkcs12.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
533 | pkcs12.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 694 | pkcs12.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
534 | pkcs12.o: pkcs12.c | 695 | pkcs12.o: ../include/openssl/x509_vfy.h apps.h pkcs12.c |
535 | pkcs7.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 696 | pkcs7.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
697 | pkcs7.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
536 | pkcs7.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 698 | pkcs7.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
537 | pkcs7.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 699 | pkcs7.o: ../include/openssl/cast.h ../include/openssl/conf.h |
538 | pkcs7.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 700 | pkcs7.o: ../include/openssl/crypto.h ../include/openssl/des.h |
539 | pkcs7.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 701 | pkcs7.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
540 | pkcs7.o: ../include/openssl/err.h ../include/openssl/evp.h | 702 | pkcs7.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
541 | pkcs7.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 703 | pkcs7.o: ../include/openssl/engine.h ../include/openssl/err.h |
704 | pkcs7.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
705 | pkcs7.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
706 | pkcs7.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
707 | pkcs7.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
542 | pkcs7.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 708 | pkcs7.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
543 | pkcs7.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 709 | pkcs7.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
544 | pkcs7.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 710 | pkcs7.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
545 | pkcs7.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 711 | pkcs7.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
712 | pkcs7.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
713 | pkcs7.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
546 | pkcs7.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 714 | pkcs7.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
547 | pkcs7.o: ../include/openssl/sha.h ../include/openssl/stack.h | 715 | pkcs7.o: ../include/openssl/sha.h ../include/openssl/stack.h |
548 | pkcs7.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 716 | pkcs7.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
549 | pkcs7.o: ../include/openssl/ui.h ../include/openssl/x509.h | 717 | pkcs7.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
550 | pkcs7.o: ../include/openssl/x509_vfy.h apps.h pkcs7.c | 718 | pkcs7.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h pkcs7.c |
551 | pkcs8.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 719 | pkcs8.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
720 | pkcs8.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
552 | pkcs8.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 721 | pkcs8.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
553 | pkcs8.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 722 | pkcs8.o: ../include/openssl/cast.h ../include/openssl/conf.h |
554 | pkcs8.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 723 | pkcs8.o: ../include/openssl/crypto.h ../include/openssl/des.h |
555 | pkcs8.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 724 | pkcs8.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
556 | pkcs8.o: ../include/openssl/err.h ../include/openssl/evp.h | 725 | pkcs8.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
557 | pkcs8.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 726 | pkcs8.o: ../include/openssl/engine.h ../include/openssl/err.h |
727 | pkcs8.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
728 | pkcs8.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
729 | pkcs8.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
730 | pkcs8.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
558 | pkcs8.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 731 | pkcs8.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
559 | pkcs8.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 732 | pkcs8.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
560 | pkcs8.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 733 | pkcs8.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
561 | pkcs8.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h | 734 | pkcs8.o: ../include/openssl/pkcs12.h ../include/openssl/pkcs7.h |
562 | pkcs8.o: ../include/openssl/rand.h ../include/openssl/rsa.h | 735 | pkcs8.o: ../include/openssl/rand.h ../include/openssl/rc2.h |
736 | pkcs8.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | ||
737 | pkcs8.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | ||
563 | pkcs8.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 738 | pkcs8.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
564 | pkcs8.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 739 | pkcs8.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
565 | pkcs8.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 740 | pkcs8.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
566 | pkcs8.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h pkcs8.c | 741 | pkcs8.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
567 | rand.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 742 | pkcs8.o: ../include/openssl/x509_vfy.h apps.h pkcs8.c |
743 | rand.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
744 | rand.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
568 | rand.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 745 | rand.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
569 | rand.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 746 | rand.o: ../include/openssl/cast.h ../include/openssl/conf.h |
570 | rand.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 747 | rand.o: ../include/openssl/crypto.h ../include/openssl/des.h |
571 | rand.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 748 | rand.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
572 | rand.o: ../include/openssl/err.h ../include/openssl/evp.h | 749 | rand.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
573 | rand.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 750 | rand.o: ../include/openssl/engine.h ../include/openssl/err.h |
751 | rand.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
752 | rand.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
753 | rand.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
754 | rand.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
574 | rand.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 755 | rand.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
575 | rand.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 756 | rand.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
576 | rand.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 757 | rand.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
758 | rand.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
759 | rand.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
577 | rand.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 760 | rand.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
578 | rand.o: ../include/openssl/sha.h ../include/openssl/stack.h | 761 | rand.o: ../include/openssl/sha.h ../include/openssl/stack.h |
579 | rand.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 762 | rand.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
580 | rand.o: ../include/openssl/ui.h ../include/openssl/x509.h | 763 | rand.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
581 | rand.o: ../include/openssl/x509_vfy.h apps.h rand.c | 764 | rand.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h rand.c |
582 | req.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 765 | req.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
766 | req.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
583 | req.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 767 | req.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
584 | req.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 768 | req.o: ../include/openssl/cast.h ../include/openssl/conf.h |
585 | req.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 769 | req.o: ../include/openssl/crypto.h ../include/openssl/des.h |
586 | req.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 770 | req.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
587 | req.o: ../include/openssl/err.h ../include/openssl/evp.h | 771 | req.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
588 | req.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 772 | req.o: ../include/openssl/engine.h ../include/openssl/err.h |
773 | req.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
774 | req.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
775 | req.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
776 | req.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
589 | req.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 777 | req.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
590 | req.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 778 | req.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
591 | req.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 779 | req.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
592 | req.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 780 | req.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
781 | req.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
782 | req.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
593 | req.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 783 | req.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
594 | req.o: ../include/openssl/sha.h ../include/openssl/stack.h | 784 | req.o: ../include/openssl/sha.h ../include/openssl/stack.h |
595 | req.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 785 | req.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
596 | req.o: ../include/openssl/ui.h ../include/openssl/x509.h | 786 | req.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
597 | req.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h req.c | 787 | req.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
598 | rsa.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 788 | req.o: ../include/openssl/x509v3.h apps.h req.c |
789 | rsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
790 | rsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
599 | rsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 791 | rsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
600 | rsa.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 792 | rsa.o: ../include/openssl/cast.h ../include/openssl/conf.h |
601 | rsa.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 793 | rsa.o: ../include/openssl/crypto.h ../include/openssl/des.h |
602 | rsa.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 794 | rsa.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
603 | rsa.o: ../include/openssl/err.h ../include/openssl/evp.h | 795 | rsa.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
604 | rsa.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 796 | rsa.o: ../include/openssl/engine.h ../include/openssl/err.h |
797 | rsa.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
798 | rsa.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
799 | rsa.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
800 | rsa.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
605 | rsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 801 | rsa.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
606 | rsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 802 | rsa.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
607 | rsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 803 | rsa.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
608 | rsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 804 | rsa.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
805 | rsa.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
806 | rsa.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
609 | rsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 807 | rsa.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
610 | rsa.o: ../include/openssl/sha.h ../include/openssl/stack.h | 808 | rsa.o: ../include/openssl/sha.h ../include/openssl/stack.h |
611 | rsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 809 | rsa.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
612 | rsa.o: ../include/openssl/ui.h ../include/openssl/x509.h | 810 | rsa.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
613 | rsa.o: ../include/openssl/x509_vfy.h apps.h rsa.c | 811 | rsa.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h rsa.c |
614 | rsautl.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 812 | rsautl.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
813 | rsautl.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
615 | rsautl.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 814 | rsautl.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
616 | rsautl.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 815 | rsautl.o: ../include/openssl/cast.h ../include/openssl/conf.h |
617 | rsautl.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 816 | rsautl.o: ../include/openssl/crypto.h ../include/openssl/des.h |
618 | rsautl.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 817 | rsautl.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
619 | rsautl.o: ../include/openssl/err.h ../include/openssl/evp.h | 818 | rsautl.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
620 | rsautl.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 819 | rsautl.o: ../include/openssl/engine.h ../include/openssl/err.h |
820 | rsautl.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
821 | rsautl.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
822 | rsautl.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
823 | rsautl.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
621 | rsautl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 824 | rsautl.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
622 | rsautl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 825 | rsautl.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
623 | rsautl.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 826 | rsautl.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
624 | rsautl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 827 | rsautl.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
828 | rsautl.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
829 | rsautl.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
625 | rsautl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 830 | rsautl.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
626 | rsautl.o: ../include/openssl/sha.h ../include/openssl/stack.h | 831 | rsautl.o: ../include/openssl/sha.h ../include/openssl/stack.h |
627 | rsautl.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 832 | rsautl.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
628 | rsautl.o: ../include/openssl/ui.h ../include/openssl/x509.h | 833 | rsautl.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
629 | rsautl.o: ../include/openssl/x509_vfy.h apps.h rsautl.c | 834 | rsautl.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
630 | s_cb.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 835 | rsautl.o: rsautl.c |
836 | s_cb.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | ||
837 | s_cb.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
631 | s_cb.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 838 | s_cb.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
632 | s_cb.o: ../include/openssl/comp.h ../include/openssl/conf.h | 839 | s_cb.o: ../include/openssl/cast.h ../include/openssl/comp.h |
633 | s_cb.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 840 | s_cb.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
634 | s_cb.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 841 | s_cb.o: ../include/openssl/des.h ../include/openssl/des_old.h |
635 | s_cb.o: ../include/openssl/engine.h ../include/openssl/err.h | 842 | s_cb.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
636 | s_cb.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 843 | s_cb.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
637 | s_cb.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 844 | s_cb.o: ../include/openssl/err.h ../include/openssl/evp.h |
845 | s_cb.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
846 | s_cb.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
847 | s_cb.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
848 | s_cb.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
638 | s_cb.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 849 | s_cb.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
639 | s_cb.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 850 | s_cb.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
640 | s_cb.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 851 | s_cb.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
641 | s_cb.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 852 | s_cb.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
853 | s_cb.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
854 | s_cb.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
642 | s_cb.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 855 | s_cb.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
643 | s_cb.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 856 | s_cb.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
644 | s_cb.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 857 | s_cb.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
645 | s_cb.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 858 | s_cb.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
646 | s_cb.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 859 | s_cb.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
647 | s_cb.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 860 | s_cb.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
648 | s_cb.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h s_apps.h | 861 | s_cb.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
649 | s_cb.o: s_cb.c | 862 | s_cb.o: ../include/openssl/x509_vfy.h apps.h s_apps.h s_cb.c |
650 | s_client.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 863 | s_client.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
864 | s_client.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
651 | s_client.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 865 | s_client.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
652 | s_client.o: ../include/openssl/comp.h ../include/openssl/conf.h | 866 | s_client.o: ../include/openssl/cast.h ../include/openssl/comp.h |
653 | s_client.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 867 | s_client.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
654 | s_client.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 868 | s_client.o: ../include/openssl/des.h ../include/openssl/des_old.h |
655 | s_client.o: ../include/openssl/engine.h ../include/openssl/err.h | 869 | s_client.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
656 | s_client.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 870 | s_client.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
657 | s_client.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 871 | s_client.o: ../include/openssl/err.h ../include/openssl/evp.h |
872 | s_client.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
873 | s_client.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
874 | s_client.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
875 | s_client.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
658 | s_client.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 876 | s_client.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
659 | s_client.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 877 | s_client.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
660 | s_client.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 878 | s_client.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
661 | s_client.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 879 | s_client.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
880 | s_client.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
881 | s_client.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
662 | s_client.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 882 | s_client.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
663 | s_client.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 883 | s_client.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
664 | s_client.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 884 | s_client.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
665 | s_client.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 885 | s_client.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
666 | s_client.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 886 | s_client.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
667 | s_client.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 887 | s_client.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
668 | s_client.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 888 | s_client.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
669 | s_client.o: s_apps.h s_client.c | 889 | s_client.o: ../include/openssl/x509_vfy.h apps.h s_apps.h s_client.c |
670 | s_server.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 890 | s_server.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
891 | s_server.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
671 | s_server.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 892 | s_server.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
672 | s_server.o: ../include/openssl/comp.h ../include/openssl/conf.h | 893 | s_server.o: ../include/openssl/cast.h ../include/openssl/comp.h |
673 | s_server.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 894 | s_server.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
674 | s_server.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 895 | s_server.o: ../include/openssl/des.h ../include/openssl/des_old.h |
675 | s_server.o: ../include/openssl/engine.h ../include/openssl/err.h | 896 | s_server.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
676 | s_server.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 897 | s_server.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
677 | s_server.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 898 | s_server.o: ../include/openssl/err.h ../include/openssl/evp.h |
899 | s_server.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
900 | s_server.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
901 | s_server.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
902 | s_server.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
678 | s_server.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 903 | s_server.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
679 | s_server.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 904 | s_server.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
680 | s_server.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 905 | s_server.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
681 | s_server.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 906 | s_server.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
907 | s_server.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
908 | s_server.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
682 | s_server.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 909 | s_server.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
683 | s_server.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 910 | s_server.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
684 | s_server.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 911 | s_server.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
685 | s_server.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 912 | s_server.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
686 | s_server.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 913 | s_server.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
687 | s_server.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 914 | s_server.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
688 | s_server.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 915 | s_server.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
689 | s_server.o: s_apps.h s_server.c | 916 | s_server.o: ../include/openssl/x509_vfy.h apps.h s_apps.h s_server.c |
690 | s_socket.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 917 | s_socket.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
918 | s_socket.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
691 | s_socket.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 919 | s_socket.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
692 | s_socket.o: ../include/openssl/comp.h ../include/openssl/conf.h | 920 | s_socket.o: ../include/openssl/cast.h ../include/openssl/comp.h |
693 | s_socket.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 921 | s_socket.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
694 | s_socket.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 922 | s_socket.o: ../include/openssl/des.h ../include/openssl/des_old.h |
695 | s_socket.o: ../include/openssl/engine.h ../include/openssl/err.h | 923 | s_socket.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
696 | s_socket.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 924 | s_socket.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
697 | s_socket.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 925 | s_socket.o: ../include/openssl/err.h ../include/openssl/evp.h |
926 | s_socket.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
927 | s_socket.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
928 | s_socket.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
929 | s_socket.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
698 | s_socket.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 930 | s_socket.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
699 | s_socket.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 931 | s_socket.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
700 | s_socket.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 932 | s_socket.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
701 | s_socket.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 933 | s_socket.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
934 | s_socket.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
935 | s_socket.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
702 | s_socket.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 936 | s_socket.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
703 | s_socket.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 937 | s_socket.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
704 | s_socket.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 938 | s_socket.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
705 | s_socket.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 939 | s_socket.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
706 | s_socket.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 940 | s_socket.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
707 | s_socket.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 941 | s_socket.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
708 | s_socket.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 942 | s_socket.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
709 | s_socket.o: s_apps.h s_socket.c | 943 | s_socket.o: ../include/openssl/x509_vfy.h apps.h s_apps.h s_socket.c |
710 | s_time.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 944 | s_time.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
945 | s_time.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
711 | s_time.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 946 | s_time.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
712 | s_time.o: ../include/openssl/comp.h ../include/openssl/conf.h | 947 | s_time.o: ../include/openssl/cast.h ../include/openssl/comp.h |
713 | s_time.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 948 | s_time.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
714 | s_time.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 949 | s_time.o: ../include/openssl/des.h ../include/openssl/des_old.h |
715 | s_time.o: ../include/openssl/engine.h ../include/openssl/err.h | 950 | s_time.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
716 | s_time.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 951 | s_time.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
717 | s_time.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 952 | s_time.o: ../include/openssl/err.h ../include/openssl/evp.h |
953 | s_time.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
954 | s_time.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
955 | s_time.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
956 | s_time.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
718 | s_time.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 957 | s_time.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
719 | s_time.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 958 | s_time.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
720 | s_time.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 959 | s_time.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
721 | s_time.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 960 | s_time.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
961 | s_time.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
962 | s_time.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
722 | s_time.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 963 | s_time.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
723 | s_time.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 964 | s_time.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
724 | s_time.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 965 | s_time.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
725 | s_time.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 966 | s_time.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
726 | s_time.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 967 | s_time.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
727 | s_time.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 968 | s_time.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
728 | s_time.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 969 | s_time.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
729 | s_time.o: s_apps.h s_time.c | 970 | s_time.o: ../include/openssl/x509_vfy.h apps.h s_apps.h s_time.c |
730 | sess_id.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 971 | sess_id.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
972 | sess_id.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
731 | sess_id.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 973 | sess_id.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
732 | sess_id.o: ../include/openssl/comp.h ../include/openssl/conf.h | 974 | sess_id.o: ../include/openssl/cast.h ../include/openssl/comp.h |
733 | sess_id.o: ../include/openssl/crypto.h ../include/openssl/dh.h | 975 | sess_id.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
734 | sess_id.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 976 | sess_id.o: ../include/openssl/des.h ../include/openssl/des_old.h |
735 | sess_id.o: ../include/openssl/engine.h ../include/openssl/err.h | 977 | sess_id.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
736 | sess_id.o: ../include/openssl/evp.h ../include/openssl/kssl.h | 978 | sess_id.o: ../include/openssl/e_os2.h ../include/openssl/engine.h |
737 | sess_id.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 979 | sess_id.o: ../include/openssl/err.h ../include/openssl/evp.h |
980 | sess_id.o: ../include/openssl/idea.h ../include/openssl/kssl.h | ||
981 | sess_id.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
982 | sess_id.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
983 | sess_id.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
738 | sess_id.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 984 | sess_id.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
739 | sess_id.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 985 | sess_id.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
740 | sess_id.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 986 | sess_id.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
741 | sess_id.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 987 | sess_id.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
988 | sess_id.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
989 | sess_id.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
742 | sess_id.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 990 | sess_id.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
743 | sess_id.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 991 | sess_id.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
744 | sess_id.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 992 | sess_id.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
745 | sess_id.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 993 | sess_id.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
746 | sess_id.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 994 | sess_id.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
747 | sess_id.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 995 | sess_id.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
748 | sess_id.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 996 | sess_id.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
749 | sess_id.o: sess_id.c | 997 | sess_id.o: ../include/openssl/x509_vfy.h apps.h sess_id.c |
750 | smime.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 998 | smime.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
999 | smime.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
751 | smime.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 1000 | smime.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
752 | smime.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 1001 | smime.o: ../include/openssl/cast.h ../include/openssl/conf.h |
753 | smime.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 1002 | smime.o: ../include/openssl/crypto.h ../include/openssl/des.h |
754 | smime.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 1003 | smime.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
755 | smime.o: ../include/openssl/err.h ../include/openssl/evp.h | 1004 | smime.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
756 | smime.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 1005 | smime.o: ../include/openssl/engine.h ../include/openssl/err.h |
1006 | smime.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
1007 | smime.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
1008 | smime.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
1009 | smime.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
757 | smime.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 1010 | smime.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
758 | smime.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 1011 | smime.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
759 | smime.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 1012 | smime.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
760 | smime.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 1013 | smime.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
1014 | smime.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
1015 | smime.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
761 | smime.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 1016 | smime.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
762 | smime.o: ../include/openssl/sha.h ../include/openssl/stack.h | 1017 | smime.o: ../include/openssl/sha.h ../include/openssl/stack.h |
763 | smime.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 1018 | smime.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
764 | smime.o: ../include/openssl/ui.h ../include/openssl/x509.h | 1019 | smime.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
765 | smime.o: ../include/openssl/x509_vfy.h apps.h smime.c | 1020 | smime.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h smime.c |
766 | speed.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 1021 | speed.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
767 | speed.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 1022 | speed.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
768 | speed.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 1023 | speed.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -786,71 +1041,97 @@ speed.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
786 | speed.o: ../include/openssl/txt_db.h ../include/openssl/ui.h | 1041 | speed.o: ../include/openssl/txt_db.h ../include/openssl/ui.h |
787 | speed.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 1042 | speed.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
788 | speed.o: ../include/openssl/x509_vfy.h apps.h speed.c testdsa.h testrsa.h | 1043 | speed.o: ../include/openssl/x509_vfy.h apps.h speed.c testdsa.h testrsa.h |
789 | spkac.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 1044 | spkac.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
1045 | spkac.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
790 | spkac.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 1046 | spkac.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
791 | spkac.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 1047 | spkac.o: ../include/openssl/cast.h ../include/openssl/conf.h |
792 | spkac.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 1048 | spkac.o: ../include/openssl/crypto.h ../include/openssl/des.h |
793 | spkac.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 1049 | spkac.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
794 | spkac.o: ../include/openssl/err.h ../include/openssl/evp.h | 1050 | spkac.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
795 | spkac.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 1051 | spkac.o: ../include/openssl/engine.h ../include/openssl/err.h |
1052 | spkac.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
1053 | spkac.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
1054 | spkac.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
1055 | spkac.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
796 | spkac.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 1056 | spkac.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
797 | spkac.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 1057 | spkac.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
798 | spkac.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 1058 | spkac.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
799 | spkac.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 1059 | spkac.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
1060 | spkac.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
1061 | spkac.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
800 | spkac.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 1062 | spkac.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
801 | spkac.o: ../include/openssl/sha.h ../include/openssl/stack.h | 1063 | spkac.o: ../include/openssl/sha.h ../include/openssl/stack.h |
802 | spkac.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 1064 | spkac.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
803 | spkac.o: ../include/openssl/ui.h ../include/openssl/x509.h | 1065 | spkac.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
804 | spkac.o: ../include/openssl/x509_vfy.h apps.h spkac.c | 1066 | spkac.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h spkac.c |
805 | verify.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 1067 | verify.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
1068 | verify.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
806 | verify.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 1069 | verify.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
807 | verify.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 1070 | verify.o: ../include/openssl/cast.h ../include/openssl/conf.h |
808 | verify.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 1071 | verify.o: ../include/openssl/crypto.h ../include/openssl/des.h |
809 | verify.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 1072 | verify.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
810 | verify.o: ../include/openssl/err.h ../include/openssl/evp.h | 1073 | verify.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
811 | verify.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 1074 | verify.o: ../include/openssl/engine.h ../include/openssl/err.h |
1075 | verify.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
1076 | verify.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
1077 | verify.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
1078 | verify.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
812 | verify.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 1079 | verify.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
813 | verify.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 1080 | verify.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
814 | verify.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 1081 | verify.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
815 | verify.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 1082 | verify.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
1083 | verify.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
1084 | verify.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
816 | verify.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 1085 | verify.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
817 | verify.o: ../include/openssl/sha.h ../include/openssl/stack.h | 1086 | verify.o: ../include/openssl/sha.h ../include/openssl/stack.h |
818 | verify.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 1087 | verify.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
819 | verify.o: ../include/openssl/ui.h ../include/openssl/x509.h | 1088 | verify.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
820 | verify.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h | 1089 | verify.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
821 | verify.o: verify.c | 1090 | verify.o: ../include/openssl/x509v3.h apps.h verify.c |
822 | version.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 1091 | version.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
823 | version.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 1092 | version.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
824 | version.o: ../include/openssl/buffer.h ../include/openssl/conf.h | 1093 | version.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
1094 | version.o: ../include/openssl/cast.h ../include/openssl/conf.h | ||
825 | version.o: ../include/openssl/crypto.h ../include/openssl/des.h | 1095 | version.o: ../include/openssl/crypto.h ../include/openssl/des.h |
826 | version.o: ../include/openssl/des_old.h ../include/openssl/dh.h | 1096 | version.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
827 | version.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 1097 | version.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
828 | version.o: ../include/openssl/engine.h ../include/openssl/err.h | 1098 | version.o: ../include/openssl/engine.h ../include/openssl/err.h |
829 | version.o: ../include/openssl/evp.h ../include/openssl/idea.h | 1099 | version.o: ../include/openssl/evp.h ../include/openssl/idea.h |
830 | version.o: ../include/openssl/lhash.h ../include/openssl/md2.h | 1100 | version.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
831 | version.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 1101 | version.o: ../include/openssl/md4.h ../include/openssl/md5.h |
832 | version.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 1102 | version.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
833 | version.o: ../include/openssl/ossl_typ.h ../include/openssl/pkcs7.h | 1103 | version.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
834 | version.o: ../include/openssl/rand.h ../include/openssl/rc4.h | 1104 | version.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
1105 | version.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | ||
1106 | version.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
1107 | version.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
835 | version.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 1108 | version.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
836 | version.o: ../include/openssl/sha.h ../include/openssl/stack.h | 1109 | version.o: ../include/openssl/sha.h ../include/openssl/stack.h |
837 | version.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 1110 | version.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
838 | version.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 1111 | version.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
839 | version.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h | 1112 | version.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h apps.h |
840 | version.o: version.c | 1113 | version.o: version.c |
841 | x509.o: ../e_os.h ../include/openssl/asn1.h ../include/openssl/bio.h | 1114 | x509.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
1115 | x509.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | ||
842 | x509.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 1116 | x509.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
843 | x509.o: ../include/openssl/conf.h ../include/openssl/crypto.h | 1117 | x509.o: ../include/openssl/cast.h ../include/openssl/conf.h |
844 | x509.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 1118 | x509.o: ../include/openssl/crypto.h ../include/openssl/des.h |
845 | x509.o: ../include/openssl/e_os2.h ../include/openssl/engine.h | 1119 | x509.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
846 | x509.o: ../include/openssl/err.h ../include/openssl/evp.h | 1120 | x509.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
847 | x509.o: ../include/openssl/lhash.h ../include/openssl/obj_mac.h | 1121 | x509.o: ../include/openssl/engine.h ../include/openssl/err.h |
1122 | x509.o: ../include/openssl/evp.h ../include/openssl/idea.h | ||
1123 | x509.o: ../include/openssl/lhash.h ../include/openssl/md2.h | ||
1124 | x509.o: ../include/openssl/md4.h ../include/openssl/md5.h | ||
1125 | x509.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | ||
848 | x509.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 1126 | x509.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
849 | x509.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 1127 | x509.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
850 | x509.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 1128 | x509.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
851 | x509.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h | 1129 | x509.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
1130 | x509.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | ||
1131 | x509.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | ||
852 | x509.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 1132 | x509.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
853 | x509.o: ../include/openssl/sha.h ../include/openssl/stack.h | 1133 | x509.o: ../include/openssl/sha.h ../include/openssl/stack.h |
854 | x509.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h | 1134 | x509.o: ../include/openssl/symhacks.h ../include/openssl/txt_db.h |
855 | x509.o: ../include/openssl/ui.h ../include/openssl/x509.h | 1135 | x509.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
856 | x509.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h apps.h x509.c | 1136 | x509.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
1137 | x509.o: ../include/openssl/x509v3.h apps.h x509.c | ||
diff --git a/src/lib/libssl/src/crypto/Makefile.ssl b/src/lib/libssl/src/crypto/Makefile.ssl index 8ac7016593..91e931a6ed 100644 --- a/src/lib/libssl/src/crypto/Makefile.ssl +++ b/src/lib/libssl/src/crypto/Makefile.ssl | |||
@@ -98,7 +98,7 @@ lib: $(LIBOBJ) | |||
98 | 98 | ||
99 | shared: | 99 | shared: |
100 | if [ -n "$(SHARED_LIBS)" ]; then \ | 100 | if [ -n "$(SHARED_LIBS)" ]; then \ |
101 | (cd ..; make $(SHARED_LIB)); \ | 101 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
102 | fi | 102 | fi |
103 | 103 | ||
104 | libs: | 104 | libs: |
diff --git a/src/lib/libssl/src/crypto/des/Makefile.ssl b/src/lib/libssl/src/crypto/des/Makefile.ssl index 00e479dbd1..14baf7d0cc 100644 --- a/src/lib/libssl/src/crypto/des/Makefile.ssl +++ b/src/lib/libssl/src/crypto/des/Makefile.ssl | |||
@@ -207,7 +207,8 @@ ecb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | |||
207 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 207 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
208 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 208 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
209 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 209 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
210 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h ecb_enc.c spr.h | 210 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c |
211 | ecb_enc.o: spr.h | ||
211 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 212 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
212 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 213 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
213 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h | 214 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h |
diff --git a/src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c b/src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c index f946389b8a..b8aab545db 100644 --- a/src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c +++ b/src/lib/libssl/src/crypto/engine/hw_openbsd_dev_crypto.c | |||
@@ -408,7 +408,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
408 | cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */ | 408 | cryp.op=COP_ENCRYPT;/* required to do the MAC rather than check it */ |
409 | cryp.len=len; | 409 | cryp.len=len; |
410 | cryp.src=(caddr_t)data; | 410 | cryp.src=(caddr_t)data; |
411 | cryp.dst=(caddr_t)data; // FIXME!!! | 411 | cryp.dst=(caddr_t)data; /* FIXME!!! */ |
412 | cryp.mac=(caddr_t)md; | 412 | cryp.mac=(caddr_t)md; |
413 | 413 | ||
414 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) | 414 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) |
@@ -420,7 +420,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
420 | dcopy=OPENSSL_malloc(len); | 420 | dcopy=OPENSSL_malloc(len); |
421 | memcpy(dcopy,data,len); | 421 | memcpy(dcopy,data,len); |
422 | cryp.src=dcopy; | 422 | cryp.src=dcopy; |
423 | cryp.dst=cryp.src; // FIXME!!! | 423 | cryp.dst=cryp.src; /* FIXME!!! */ |
424 | 424 | ||
425 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) | 425 | if(ioctl(fd, CIOCCRYPT, &cryp) == -1) |
426 | { | 426 | { |
@@ -437,7 +437,7 @@ static int do_digest(int ses,unsigned char *md,const void *data,int len) | |||
437 | return 0; | 437 | return 0; |
438 | } | 438 | } |
439 | } | 439 | } |
440 | // printf("done\n"); | 440 | /* printf("done\n"); */ |
441 | 441 | ||
442 | return 1; | 442 | return 1; |
443 | } | 443 | } |
@@ -483,7 +483,7 @@ static int dev_crypto_md5_copy(EVP_MD_CTX *to,const EVP_MD_CTX *from) | |||
483 | const MD_DATA *from_md=from->md_data; | 483 | const MD_DATA *from_md=from->md_data; |
484 | MD_DATA *to_md=to->md_data; | 484 | MD_DATA *to_md=to->md_data; |
485 | 485 | ||
486 | // How do we copy sessions? | 486 | /* How do we copy sessions? */ |
487 | assert(from->digest->flags&EVP_MD_FLAG_ONESHOT); | 487 | assert(from->digest->flags&EVP_MD_FLAG_ONESHOT); |
488 | 488 | ||
489 | to_md->data=OPENSSL_malloc(from_md->len); | 489 | to_md->data=OPENSSL_malloc(from_md->len); |
@@ -530,7 +530,7 @@ static const EVP_MD md5_md= | |||
530 | NID_md5, | 530 | NID_md5, |
531 | NID_md5WithRSAEncryption, | 531 | NID_md5WithRSAEncryption, |
532 | MD5_DIGEST_LENGTH, | 532 | MD5_DIGEST_LENGTH, |
533 | EVP_MD_FLAG_ONESHOT, // XXX: set according to device info... | 533 | EVP_MD_FLAG_ONESHOT, /* XXX: set according to device info... */ |
534 | dev_crypto_md5_init, | 534 | dev_crypto_md5_init, |
535 | dev_crypto_md5_update, | 535 | dev_crypto_md5_update, |
536 | dev_crypto_md5_final, | 536 | dev_crypto_md5_final, |
diff --git a/src/lib/libssl/src/crypto/krb5/Makefile.ssl b/src/lib/libssl/src/crypto/krb5/Makefile.ssl index 496370f1aa..8daed59211 100644 --- a/src/lib/libssl/src/crypto/krb5/Makefile.ssl +++ b/src/lib/libssl/src/crypto/krb5/Makefile.ssl | |||
@@ -45,13 +45,13 @@ lib: $(LIBOBJ) | |||
45 | @touch lib | 45 | @touch lib |
46 | 46 | ||
47 | files: | 47 | files: |
48 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 48 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
49 | 49 | ||
50 | links: | 50 | links: |
51 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 51 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; |
52 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
53 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
54 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
55 | 55 | ||
56 | install: | 56 | install: |
57 | @for i in $(EXHEADER) ; \ | 57 | @for i in $(EXHEADER) ; \ |
diff --git a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl index cf6050dc6e..f5260abaed 100644 --- a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl | |||
@@ -47,13 +47,13 @@ lib: $(LIBOBJ) | |||
47 | @touch lib | 47 | @touch lib |
48 | 48 | ||
49 | files: | 49 | files: |
50 | perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 50 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
51 | 51 | ||
52 | links: | 52 | links: |
53 | $(TOP)/util/point.sh Makefile.ssl Makefile ; | 53 | @$(TOP)/util/point.sh Makefile.ssl Makefile ; |
54 | $(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
55 | $(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
56 | $(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
57 | 57 | ||
58 | install: | 58 | install: |
59 | @for i in $(EXHEADER) ; \ | 59 | @for i in $(EXHEADER) ; \ |
diff --git a/src/lib/libssl/src/ssl/Makefile.ssl b/src/lib/libssl/src/ssl/Makefile.ssl index 6afab75a73..d151d533b6 100644 --- a/src/lib/libssl/src/ssl/Makefile.ssl +++ b/src/lib/libssl/src/ssl/Makefile.ssl | |||
@@ -65,7 +65,7 @@ lib: $(LIBOBJ) | |||
65 | 65 | ||
66 | shared: | 66 | shared: |
67 | if [ -n "$(SHARED_LIBS)" ]; then \ | 67 | if [ -n "$(SHARED_LIBS)" ]; then \ |
68 | (cd ..; make $(SHARED_LIB)); \ | 68 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
69 | fi | 69 | fi |
70 | 70 | ||
71 | files: | 71 | files: |
diff --git a/src/lib/libssl/src/test/Makefile.ssl b/src/lib/libssl/src/test/Makefile.ssl index 5296fcf5a8..feac171bfe 100644 --- a/src/lib/libssl/src/test/Makefile.ssl +++ b/src/lib/libssl/src/test/Makefile.ssl | |||
@@ -224,7 +224,7 @@ test_ec: | |||
224 | test_verify: | 224 | test_verify: |
225 | @echo "The following command should have some OK's and some failures" | 225 | @echo "The following command should have some OK's and some failures" |
226 | @echo "There are definitly a few expired certificates" | 226 | @echo "There are definitly a few expired certificates" |
227 | ../apps/openssl verify -CApath ../certs ../certs/*.pem | 227 | -../apps/openssl verify -CApath ../certs ../certs/*.pem |
228 | 228 | ||
229 | test_dh: | 229 | test_dh: |
230 | @echo "Generate a set of DH parameters" | 230 | @echo "Generate a set of DH parameters" |
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index 5296fcf5a8..feac171bfe 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
@@ -224,7 +224,7 @@ test_ec: | |||
224 | test_verify: | 224 | test_verify: |
225 | @echo "The following command should have some OK's and some failures" | 225 | @echo "The following command should have some OK's and some failures" |
226 | @echo "There are definitly a few expired certificates" | 226 | @echo "There are definitly a few expired certificates" |
227 | ../apps/openssl verify -CApath ../certs ../certs/*.pem | 227 | -../apps/openssl verify -CApath ../certs ../certs/*.pem |
228 | 228 | ||
229 | test_dh: | 229 | test_dh: |
230 | @echo "Generate a set of DH parameters" | 230 | @echo "Generate a set of DH parameters" |