diff options
93 files changed, 409 insertions, 384 deletions
diff --git a/src/lib/libcrypto/Makefile.ssl b/src/lib/libcrypto/Makefile.ssl index 9def17ae60..b9951a4600 100644 --- a/src/lib/libcrypto/Makefile.ssl +++ b/src/lib/libcrypto/Makefile.ssl | |||
@@ -50,7 +50,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER) | |||
50 | top: | 50 | top: |
51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) | 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) |
52 | 52 | ||
53 | all: buildinf.h lib subdirs shared | 53 | all: shared |
54 | 54 | ||
55 | buildinf.h: ../Makefile.ssl | 55 | buildinf.h: ../Makefile.ssl |
56 | ( echo "#ifndef MK1MF_BUILD"; \ | 56 | ( echo "#ifndef MK1MF_BUILD"; \ |
@@ -81,11 +81,11 @@ files: | |||
81 | done; | 81 | done; |
82 | 82 | ||
83 | links: | 83 | links: |
84 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 84 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) | 85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) |
86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) | 86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) |
87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) | 87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) |
88 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 88 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
89 | @for i in $(SDIRS); do \ | 89 | @for i in $(SDIRS); do \ |
90 | (cd $$i && echo "making links in crypto/$$i..." && \ | 90 | (cd $$i && echo "making links in crypto/$$i..." && \ |
91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ | 91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ |
@@ -96,7 +96,7 @@ lib: $(LIBOBJ) | |||
96 | $(RANLIB) $(LIB) || echo Never mind. | 96 | $(RANLIB) $(LIB) || echo Never mind. |
97 | @touch lib | 97 | @touch lib |
98 | 98 | ||
99 | shared: | 99 | shared: buildinf.h lib subdirs |
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 |
diff --git a/src/lib/libcrypto/aes/Makefile.ssl b/src/lib/libcrypto/aes/Makefile.ssl index 364d05bbfe..f353aeb697 100644 --- a/src/lib/libcrypto/aes/Makefile.ssl +++ b/src/lib/libcrypto/aes/Makefile.ssl | |||
@@ -52,7 +52,7 @@ files: | |||
52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
53 | 53 | ||
54 | links: | 54 | links: |
55 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 55 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/asn1/Makefile.ssl b/src/lib/libcrypto/asn1/Makefile.ssl index 944d8f164a..cb45194d48 100644 --- a/src/lib/libcrypto/asn1/Makefile.ssl +++ b/src/lib/libcrypto/asn1/Makefile.ssl | |||
@@ -77,7 +77,7 @@ files: | |||
77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
78 | 78 | ||
79 | links: | 79 | links: |
80 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 80 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bf/Makefile.ssl b/src/lib/libcrypto/bf/Makefile.ssl index bb14a0ee82..be3ad77a05 100644 --- a/src/lib/libcrypto/bf/Makefile.ssl +++ b/src/lib/libcrypto/bf/Makefile.ssl | |||
@@ -22,6 +22,7 @@ BF_ENC= bf_enc.o | |||
22 | #DES_ENC= bx86-elf.o | 22 | #DES_ENC= bx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=bftest.c | 28 | TEST=bftest.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bio/Makefile.ssl b/src/lib/libcrypto/bio/Makefile.ssl index 141a03ae1d..d0b9e297b0 100644 --- a/src/lib/libcrypto/bio/Makefile.ssl +++ b/src/lib/libcrypto/bio/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/bn/Makefile.ssl b/src/lib/libcrypto/bn/Makefile.ssl index 090fccdf7d..50892ef44c 100644 --- a/src/lib/libcrypto/bn/Makefile.ssl +++ b/src/lib/libcrypto/bn/Makefile.ssl | |||
@@ -120,11 +120,14 @@ asm/ia64-cpp.o: asm/ia64.S | |||
120 | 120 | ||
121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c | 121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c |
122 | 122 | ||
123 | asm/pa-risc2W.o: asm/pa-risc2W.s | ||
124 | /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s | ||
125 | |||
123 | files: | 126 | files: |
124 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 127 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
125 | 128 | ||
126 | links: | 129 | links: |
127 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 130 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
128 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 131 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
129 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 132 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
130 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 133 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/buffer/Makefile.ssl b/src/lib/libcrypto/buffer/Makefile.ssl index e8b6c9693a..b131ca3078 100644 --- a/src/lib/libcrypto/buffer/Makefile.ssl +++ b/src/lib/libcrypto/buffer/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/cast/Makefile.ssl b/src/lib/libcrypto/cast/Makefile.ssl index 70c47bf8e6..98393a37ba 100644 --- a/src/lib/libcrypto/cast/Makefile.ssl +++ b/src/lib/libcrypto/cast/Makefile.ssl | |||
@@ -25,6 +25,7 @@ CAST_ENC=c_enc.o | |||
25 | #CAST_ENC=asm/cx86bdsi.o | 25 | #CAST_ENC=asm/cx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=casttest.c | 31 | TEST=casttest.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/comp/Makefile.ssl b/src/lib/libcrypto/comp/Makefile.ssl index f60c7a1afc..f70ba1b285 100644 --- a/src/lib/libcrypto/comp/Makefile.ssl +++ b/src/lib/libcrypto/comp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/conf/Makefile.ssl b/src/lib/libcrypto/conf/Makefile.ssl index 28b3f9ac0b..c5873bc6e7 100644 --- a/src/lib/libcrypto/conf/Makefile.ssl +++ b/src/lib/libcrypto/conf/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/des/Makefile.ssl b/src/lib/libcrypto/des/Makefile.ssl index 548573f4b1..0d9ba2b42f 100644 --- a/src/lib/libcrypto/des/Makefile.ssl +++ b/src/lib/libcrypto/des/Makefile.ssl | |||
@@ -22,6 +22,7 @@ DES_ENC= des_enc.o fcrypt_b.o | |||
22 | #DES_ENC= dx86-elf.o yx86-elf.o | 22 | #DES_ENC= dx86-elf.o yx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=destest.c | 28 | TEST=destest.c |
@@ -96,7 +97,7 @@ files: | |||
96 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 97 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
97 | 98 | ||
98 | links: | 99 | links: |
99 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 100 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
100 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 101 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
101 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 102 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
102 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 103 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -157,12 +158,13 @@ cfb64enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
157 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 158 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
158 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 159 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
159 | cfb64enc.o: cfb64enc.c des_locl.h | 160 | cfb64enc.o: cfb64enc.c des_locl.h |
160 | cfb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 161 | cfb_enc.o: ../../e_os.h ../../include/openssl/crypto.h |
161 | cfb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 162 | cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
162 | cfb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 163 | cfb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
163 | cfb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 164 | cfb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
164 | cfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 165 | cfb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
165 | cfb_enc.o: ../../include/openssl/ui_compat.h cfb_enc.c des_locl.h | 166 | cfb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
167 | cfb_enc.o: cfb_enc.c des_locl.h | ||
166 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 168 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
167 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 169 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
168 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 170 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
@@ -191,13 +193,13 @@ ecb3_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
191 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 193 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
192 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 194 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
193 | ecb3_enc.o: des_locl.h ecb3_enc.c | 195 | ecb3_enc.o: des_locl.h ecb3_enc.c |
194 | ecb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 196 | ecb_enc.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
195 | ecb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 197 | ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
196 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 198 | ecb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
197 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 199 | ecb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
198 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 200 | ecb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
199 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c | 201 | ecb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
200 | ecb_enc.o: spr.h | 202 | ecb_enc.o: des_locl.h des_ver.h ecb_enc.c spr.h |
201 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 203 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
202 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 204 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
203 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h | 205 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h |
diff --git a/src/lib/libcrypto/dh/Makefile.ssl b/src/lib/libcrypto/dh/Makefile.ssl index 1c447e971f..e05fc01a12 100644 --- a/src/lib/libcrypto/dh/Makefile.ssl +++ b/src/lib/libcrypto/dh/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/dsa/Makefile.ssl b/src/lib/libcrypto/dsa/Makefile.ssl index 014d006347..e5f8a8cf51 100644 --- a/src/lib/libcrypto/dsa/Makefile.ssl +++ b/src/lib/libcrypto/dsa/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/dso/Makefile.ssl b/src/lib/libcrypto/dso/Makefile.ssl index 3d00363bb6..c0449d184e 100644 --- a/src/lib/libcrypto/dso/Makefile.ssl +++ b/src/lib/libcrypto/dso/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ec/Makefile.ssl b/src/lib/libcrypto/ec/Makefile.ssl index c34a49c1b1..a2805c47a2 100644 --- a/src/lib/libcrypto/ec/Makefile.ssl +++ b/src/lib/libcrypto/ec/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/engine/Makefile.ssl b/src/lib/libcrypto/engine/Makefile.ssl index 847d672400..30a4446ff9 100644 --- a/src/lib/libcrypto/engine/Makefile.ssl +++ b/src/lib/libcrypto/engine/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/err/Makefile.ssl b/src/lib/libcrypto/err/Makefile.ssl index 390bde1f16..b253061d07 100644 --- a/src/lib/libcrypto/err/Makefile.ssl +++ b/src/lib/libcrypto/err/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/evp/Makefile.ssl b/src/lib/libcrypto/evp/Makefile.ssl index 772afd71f5..f33aebd33a 100644 --- a/src/lib/libcrypto/evp/Makefile.ssl +++ b/src/lib/libcrypto/evp/Makefile.ssl | |||
@@ -67,7 +67,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 68 | ||
69 | links: | 69 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 70 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | cp $(TESTDATA) ../../test | 73 | cp $(TESTDATA) ../../test |
diff --git a/src/lib/libcrypto/hmac/Makefile.ssl b/src/lib/libcrypto/hmac/Makefile.ssl index d48df0597e..f1c07322c4 100644 --- a/src/lib/libcrypto/hmac/Makefile.ssl +++ b/src/lib/libcrypto/hmac/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/idea/Makefile.ssl b/src/lib/libcrypto/idea/Makefile.ssl index ca4b76fc2f..fa016ea399 100644 --- a/src/lib/libcrypto/idea/Makefile.ssl +++ b/src/lib/libcrypto/idea/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/krb5/Makefile.ssl b/src/lib/libcrypto/krb5/Makefile.ssl index 7136d7a402..d9224c0f09 100644 --- a/src/lib/libcrypto/krb5/Makefile.ssl +++ b/src/lib/libcrypto/krb5/Makefile.ssl | |||
@@ -48,7 +48,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/lhash/Makefile.ssl b/src/lib/libcrypto/lhash/Makefile.ssl index 1902e4a899..60e7ee3393 100644 --- a/src/lib/libcrypto/lhash/Makefile.ssl +++ b/src/lib/libcrypto/lhash/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md2/Makefile.ssl b/src/lib/libcrypto/md2/Makefile.ssl index e5b3265a44..3206924c90 100644 --- a/src/lib/libcrypto/md2/Makefile.ssl +++ b/src/lib/libcrypto/md2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/md4/Makefile.ssl b/src/lib/libcrypto/md4/Makefile.ssl index 4d2d7369e6..7d2e8d8d3b 100644 --- a/src/lib/libcrypto/md4/Makefile.ssl +++ b/src/lib/libcrypto/md4/Makefile.ssl | |||
@@ -48,7 +48,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/md5/Makefile.ssl b/src/lib/libcrypto/md5/Makefile.ssl index 2d4df972ff..2361775a2d 100644 --- a/src/lib/libcrypto/md5/Makefile.ssl +++ b/src/lib/libcrypto/md5/Makefile.ssl | |||
@@ -84,7 +84,7 @@ files: | |||
84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
85 | 85 | ||
86 | links: | 86 | links: |
87 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 87 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/mdc2/Makefile.ssl b/src/lib/libcrypto/mdc2/Makefile.ssl index 387d7f8cd8..33f366fb08 100644 --- a/src/lib/libcrypto/mdc2/Makefile.ssl +++ b/src/lib/libcrypto/mdc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl index 1f5d213495..3e7a194cf9 100644 --- a/src/lib/libcrypto/objects/Makefile.ssl +++ b/src/lib/libcrypto/objects/Makefile.ssl | |||
@@ -55,7 +55,7 @@ files: | |||
55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
56 | 56 | ||
57 | links: | 57 | links: |
58 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 58 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ocsp/Makefile.ssl b/src/lib/libcrypto/ocsp/Makefile.ssl index 8d5a85a55c..02477be538 100644 --- a/src/lib/libcrypto/ocsp/Makefile.ssl +++ b/src/lib/libcrypto/ocsp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libcrypto/pem/Makefile.ssl b/src/lib/libcrypto/pem/Makefile.ssl index 90eda931f7..d3043eb401 100644 --- a/src/lib/libcrypto/pem/Makefile.ssl +++ b/src/lib/libcrypto/pem/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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: $(EXHEADER) | 52 | links: $(EXHEADER) |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(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) |
diff --git a/src/lib/libcrypto/pkcs12/Makefile.ssl b/src/lib/libcrypto/pkcs12/Makefile.ssl index b4c564262c..a6e47b4085 100644 --- a/src/lib/libcrypto/pkcs12/Makefile.ssl +++ b/src/lib/libcrypto/pkcs12/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/pkcs7/Makefile.ssl b/src/lib/libcrypto/pkcs7/Makefile.ssl index 69cddb04b8..c3bfc7d560 100644 --- a/src/lib/libcrypto/pkcs7/Makefile.ssl +++ b/src/lib/libcrypto/pkcs7/Makefile.ssl | |||
@@ -68,7 +68,7 @@ files: | |||
68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
69 | 69 | ||
70 | links: | 70 | links: |
71 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rand/Makefile.ssl b/src/lib/libcrypto/rand/Makefile.ssl index b25421e3ab..e5cbe5319c 100644 --- a/src/lib/libcrypto/rand/Makefile.ssl +++ b/src/lib/libcrypto/rand/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -101,7 +101,8 @@ md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
103 | md_rand.o: md_rand.c rand_lcl.h | 103 | md_rand.o: md_rand.c rand_lcl.h |
104 | rand_egd.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 104 | rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h |
105 | rand_egd.o: ../../include/openssl/opensslconf.h | ||
105 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | 106 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h |
106 | rand_egd.o: rand_egd.c | 107 | rand_egd.o: rand_egd.c |
107 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 108 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
@@ -186,8 +187,9 @@ rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
186 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 187 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
187 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 188 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
188 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c | 189 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c |
189 | randfile.o: ../../e_os.h ../../include/openssl/crypto.h | 190 | randfile.o: ../../e_os.h ../../include/openssl/buffer.h |
190 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 191 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
192 | randfile.o: ../../include/openssl/opensslconf.h | ||
191 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 193 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
192 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | 194 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
193 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 195 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
diff --git a/src/lib/libcrypto/rc2/Makefile.ssl b/src/lib/libcrypto/rc2/Makefile.ssl index aa73dea5b6..98d5960d5d 100644 --- a/src/lib/libcrypto/rc2/Makefile.ssl +++ b/src/lib/libcrypto/rc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rc4/Makefile.ssl b/src/lib/libcrypto/rc4/Makefile.ssl index b210b42f8f..3e602662be 100644 --- a/src/lib/libcrypto/rc4/Makefile.ssl +++ b/src/lib/libcrypto/rc4/Makefile.ssl | |||
@@ -25,6 +25,7 @@ RC4_ENC=rc4_enc.o | |||
25 | #RC4_ENC=asm/rx86bdsi.o | 25 | #RC4_ENC=asm/rx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=rc4test.c | 31 | TEST=rc4test.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rc5/Makefile.ssl b/src/lib/libcrypto/rc5/Makefile.ssl index 3ad6655946..3f9632f8f7 100644 --- a/src/lib/libcrypto/rc5/Makefile.ssl +++ b/src/lib/libcrypto/rc5/Makefile.ssl | |||
@@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o | |||
22 | #DES_ENC= r586-elf.o | 22 | #DES_ENC= r586-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=rc5test.c | 28 | TEST=rc5test.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ripemd/Makefile.ssl b/src/lib/libcrypto/ripemd/Makefile.ssl index 3583dfdcaf..f22ac790ae 100644 --- a/src/lib/libcrypto/ripemd/Makefile.ssl +++ b/src/lib/libcrypto/ripemd/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | RIP_ASM_OBJ= | 20 | RIP_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=rmdtest.c | 26 | TEST=rmdtest.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/rsa/Makefile.ssl b/src/lib/libcrypto/rsa/Makefile.ssl index ce3f818e5b..8089344a04 100644 --- a/src/lib/libcrypto/rsa/Makefile.ssl +++ b/src/lib/libcrypto/rsa/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/sha/Makefile.ssl b/src/lib/libcrypto/sha/Makefile.ssl index 864645c8b5..4ba201c787 100644 --- a/src/lib/libcrypto/sha/Makefile.ssl +++ b/src/lib/libcrypto/sha/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | SHA1_ASM_OBJ= | 20 | SHA1_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=shatest.c sha1test.c | 26 | TEST=shatest.c sha1test.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/stack/Makefile.ssl b/src/lib/libcrypto/stack/Makefile.ssl index e4acfe6aba..7120fb804a 100644 --- a/src/lib/libcrypto/stack/Makefile.ssl +++ b/src/lib/libcrypto/stack/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/txt_db/Makefile.ssl b/src/lib/libcrypto/txt_db/Makefile.ssl index 313f75313b..6221dfae4d 100644 --- a/src/lib/libcrypto/txt_db/Makefile.ssl +++ b/src/lib/libcrypto/txt_db/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/ui/Makefile.ssl b/src/lib/libcrypto/ui/Makefile.ssl index 90ae7d4a4a..ba46951d1c 100644 --- a/src/lib/libcrypto/ui/Makefile.ssl +++ b/src/lib/libcrypto/ui/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/x509/Makefile.ssl b/src/lib/libcrypto/x509/Makefile.ssl index 6a5a879691..3a3452536c 100644 --- a/src/lib/libcrypto/x509/Makefile.ssl +++ b/src/lib/libcrypto/x509/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libcrypto/x509v3/Makefile.ssl b/src/lib/libcrypto/x509v3/Makefile.ssl index 5ca169c37c..66df90c346 100644 --- a/src/lib/libcrypto/x509v3/Makefile.ssl +++ b/src/lib/libcrypto/x509v3/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/Makefile.ssl b/src/lib/libssl/src/Makefile.ssl index 58f39965a9..c8155a7628 100644 --- a/src/lib/libssl/src/Makefile.ssl +++ b/src/lib/libssl/src/Makefile.ssl | |||
@@ -4,7 +4,7 @@ | |||
4 | ## Makefile for OpenSSL | 4 | ## Makefile for OpenSSL |
5 | ## | 5 | ## |
6 | 6 | ||
7 | VERSION=0.9.7c | 7 | VERSION=0.9.7d |
8 | MAJOR=0 | 8 | MAJOR=0 |
9 | MINOR=9.7 | 9 | MINOR=9.7 |
10 | SHLIB_VERSION_NUMBER=0.9.7 | 10 | SHLIB_VERSION_NUMBER=0.9.7 |
@@ -69,7 +69,7 @@ EXE_EXT= | |||
69 | ARFLAGS= | 69 | ARFLAGS= |
70 | AR=ar $(ARFLAGS) r | 70 | AR=ar $(ARFLAGS) r |
71 | RANLIB= /usr/bin/ranlib | 71 | RANLIB= /usr/bin/ranlib |
72 | PERL= /usr/bin/perl | 72 | PERL= /usr/local/bin/perl |
73 | TAR= tar | 73 | TAR= tar |
74 | TARFLAGS= --no-recursion | 74 | TARFLAGS= --no-recursion |
75 | MAKEDEPPROG=makedepend | 75 | MAKEDEPPROG=makedepend |
@@ -458,10 +458,12 @@ do_irix-shared: | |||
458 | if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ | 458 | if [ "${SHLIBDIRS}" = "ssl" -a -n "$(LIBKRB5)" ]; then \ |
459 | libs="$(LIBKRB5) $$libs"; \ | 459 | libs="$(LIBKRB5) $$libs"; \ |
460 | fi; \ | 460 | fi; \ |
461 | ( set -x; ${CC} ${SHARED_LDFLAGS} \ | 461 | ( WHOLELIB="-all lib$$i.a -notall"; \ |
462 | (${CC} -v 2>&1 | grep gcc) > /dev/null && WHOLELIB="-Wl,-all,lib$$i.a,-notall"; \ | ||
463 | set -x; ${CC} ${SHARED_LDFLAGS} \ | ||
462 | -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ | 464 | -shared -o lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ |
463 | -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ | 465 | -Wl,-soname,lib$$i.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ |
464 | -all lib$$i.a $$libs ${EX_LIBS} -lc) || exit 1; \ | 466 | $${WHOLELIB} $$libs ${EX_LIBS} -lc) || exit 1; \ |
465 | libs="-l$$i $$libs"; \ | 467 | libs="-l$$i $$libs"; \ |
466 | done; \ | 468 | done; \ |
467 | fi | 469 | fi |
@@ -834,7 +836,7 @@ install: all install_docs | |||
834 | fi; \ | 836 | fi; \ |
835 | fi | 837 | fi |
836 | cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig | 838 | cp openssl.pc $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig |
837 | chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig | 839 | chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/lib/pkgconfig/openssl.pc |
838 | 840 | ||
839 | install_docs: | 841 | install_docs: |
840 | @$(PERL) $(TOP)/util/mkdir-p.pl \ | 842 | @$(PERL) $(TOP)/util/mkdir-p.pl \ |
@@ -859,6 +861,7 @@ install_docs: | |||
859 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ | 861 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ |
860 | $(PERL) util/extract-names.pl < $$i | \ | 862 | $(PERL) util/extract-names.pl < $$i | \ |
861 | grep -v $$filecase "^$$fn\$$" | \ | 863 | grep -v $$filecase "^$$fn\$$" | \ |
864 | grep -v "[ ]" | \ | ||
862 | (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \ | 865 | (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \ |
863 | while read n; do \ | 866 | while read n; do \ |
864 | $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \ | 867 | $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \ |
@@ -875,6 +878,7 @@ install_docs: | |||
875 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ | 878 | > $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \ |
876 | $(PERL) util/extract-names.pl < $$i | \ | 879 | $(PERL) util/extract-names.pl < $$i | \ |
877 | grep -v $$filecase "^$$fn\$$" | \ | 880 | grep -v $$filecase "^$$fn\$$" | \ |
881 | grep -v "[ ]" | \ | ||
878 | (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \ | 882 | (cd $(INSTALL_PREFIX)$(MANDIR)/man$$sec/; \ |
879 | while read n; do \ | 883 | while read n; do \ |
880 | $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \ | 884 | $$here/util/point.sh $$fn.$${sec}$(MANSUFFIX) "$$n".$${sec}$(MANSUFFIX); \ |
diff --git a/src/lib/libssl/src/apps/Makefile.ssl b/src/lib/libssl/src/apps/Makefile.ssl index 90e71dee76..7068286204 100644 --- a/src/lib/libssl/src/apps/Makefile.ssl +++ b/src/lib/libssl/src/apps/Makefile.ssl | |||
@@ -121,7 +121,7 @@ tags: | |||
121 | tests: | 121 | tests: |
122 | 122 | ||
123 | links: | 123 | links: |
124 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 124 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
125 | 125 | ||
126 | lint: | 126 | lint: |
127 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 127 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
diff --git a/src/lib/libssl/src/apps/der_chop b/src/lib/libssl/src/apps/der_chop index 2ee9d6bfd4..9070b032fc 100644 --- a/src/lib/libssl/src/apps/der_chop +++ b/src/lib/libssl/src/apps/der_chop | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/perl | 1 | #!/usr/local/bin/perl |
2 | # | 2 | # |
3 | # der_chop ... this is one total hack that Eric is really not proud of | 3 | # der_chop ... this is one total hack that Eric is really not proud of |
4 | # so don't look at it and don't ask for support | 4 | # so don't look at it and don't ask for support |
diff --git a/src/lib/libssl/src/crypto/Makefile.ssl b/src/lib/libssl/src/crypto/Makefile.ssl index 9def17ae60..b9951a4600 100644 --- a/src/lib/libssl/src/crypto/Makefile.ssl +++ b/src/lib/libssl/src/crypto/Makefile.ssl | |||
@@ -50,7 +50,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER) | |||
50 | top: | 50 | top: |
51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) | 51 | @(cd ..; $(MAKE) DIRS=$(DIR) all) |
52 | 52 | ||
53 | all: buildinf.h lib subdirs shared | 53 | all: shared |
54 | 54 | ||
55 | buildinf.h: ../Makefile.ssl | 55 | buildinf.h: ../Makefile.ssl |
56 | ( echo "#ifndef MK1MF_BUILD"; \ | 56 | ( echo "#ifndef MK1MF_BUILD"; \ |
@@ -81,11 +81,11 @@ files: | |||
81 | done; | 81 | done; |
82 | 82 | ||
83 | links: | 83 | links: |
84 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 84 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) | 85 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) |
86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) | 86 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) |
87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) | 87 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) |
88 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 88 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
89 | @for i in $(SDIRS); do \ | 89 | @for i in $(SDIRS); do \ |
90 | (cd $$i && echo "making links in crypto/$$i..." && \ | 90 | (cd $$i && echo "making links in crypto/$$i..." && \ |
91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ | 91 | $(MAKE) CC='$(CC)' INCLUDES='${INCLUDES}' CFLAG='${CFLAG}' INSTALLTOP='${INSTALLTOP}' PEX_LIBS='${PEX_LIBS}' EX_LIBS='${EX_LIBS}' BN_ASM='${BN_ASM}' DES_ENC='${DES_ENC}' SHA1_ASM_OBJ='${SHA1_ASM_OBJ}' MD5_ASM_OBJ='${MD5_ASM_OBJ}' RMD160_ASM_OBJ='${RMD160_ASM_OBJ}' BF_ENC='${BF_ENC}' CAST_ENC='${CAST_ENC}' RC4_ENC='${RC4_ENC}' RC5_ENC='${RC5_ENC}' AR='${AR}' PERL='${PERL}' links ); \ |
@@ -96,7 +96,7 @@ lib: $(LIBOBJ) | |||
96 | $(RANLIB) $(LIB) || echo Never mind. | 96 | $(RANLIB) $(LIB) || echo Never mind. |
97 | @touch lib | 97 | @touch lib |
98 | 98 | ||
99 | shared: | 99 | shared: buildinf.h lib subdirs |
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 |
diff --git a/src/lib/libssl/src/crypto/aes/Makefile.ssl b/src/lib/libssl/src/crypto/aes/Makefile.ssl index 364d05bbfe..f353aeb697 100644 --- a/src/lib/libssl/src/crypto/aes/Makefile.ssl +++ b/src/lib/libssl/src/crypto/aes/Makefile.ssl | |||
@@ -52,7 +52,7 @@ files: | |||
52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 52 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
53 | 53 | ||
54 | links: | 54 | links: |
55 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 55 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/asn1/Makefile.ssl b/src/lib/libssl/src/crypto/asn1/Makefile.ssl index 944d8f164a..cb45194d48 100644 --- a/src/lib/libssl/src/crypto/asn1/Makefile.ssl +++ b/src/lib/libssl/src/crypto/asn1/Makefile.ssl | |||
@@ -77,7 +77,7 @@ files: | |||
77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 77 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
78 | 78 | ||
79 | links: | 79 | links: |
80 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 80 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 81 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 82 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 83 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/bf/Makefile.ssl b/src/lib/libssl/src/crypto/bf/Makefile.ssl index bb14a0ee82..be3ad77a05 100644 --- a/src/lib/libssl/src/crypto/bf/Makefile.ssl +++ b/src/lib/libssl/src/crypto/bf/Makefile.ssl | |||
@@ -22,6 +22,7 @@ BF_ENC= bf_enc.o | |||
22 | #DES_ENC= bx86-elf.o | 22 | #DES_ENC= bx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=bftest.c | 28 | TEST=bftest.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/bio/Makefile.ssl b/src/lib/libssl/src/crypto/bio/Makefile.ssl index 141a03ae1d..d0b9e297b0 100644 --- a/src/lib/libssl/src/crypto/bio/Makefile.ssl +++ b/src/lib/libssl/src/crypto/bio/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/bn/Makefile.ssl b/src/lib/libssl/src/crypto/bn/Makefile.ssl index 090fccdf7d..50892ef44c 100644 --- a/src/lib/libssl/src/crypto/bn/Makefile.ssl +++ b/src/lib/libssl/src/crypto/bn/Makefile.ssl | |||
@@ -120,11 +120,14 @@ asm/ia64-cpp.o: asm/ia64.S | |||
120 | 120 | ||
121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c | 121 | asm/x86_64-gcc.o: asm/x86_64-gcc.c |
122 | 122 | ||
123 | asm/pa-risc2W.o: asm/pa-risc2W.s | ||
124 | /usr/ccs/bin/as -o asm/pa-rics2W.o asm/pa-risc2W.s | ||
125 | |||
123 | files: | 126 | files: |
124 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 127 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
125 | 128 | ||
126 | links: | 129 | links: |
127 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 130 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
128 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 131 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
129 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 132 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
130 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 133 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/buffer/Makefile.ssl b/src/lib/libssl/src/crypto/buffer/Makefile.ssl index e8b6c9693a..b131ca3078 100644 --- a/src/lib/libssl/src/crypto/buffer/Makefile.ssl +++ b/src/lib/libssl/src/crypto/buffer/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/cast/Makefile.ssl b/src/lib/libssl/src/crypto/cast/Makefile.ssl index 70c47bf8e6..98393a37ba 100644 --- a/src/lib/libssl/src/crypto/cast/Makefile.ssl +++ b/src/lib/libssl/src/crypto/cast/Makefile.ssl | |||
@@ -25,6 +25,7 @@ CAST_ENC=c_enc.o | |||
25 | #CAST_ENC=asm/cx86bdsi.o | 25 | #CAST_ENC=asm/cx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=casttest.c | 31 | TEST=casttest.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/comp/Makefile.ssl b/src/lib/libssl/src/crypto/comp/Makefile.ssl index f60c7a1afc..f70ba1b285 100644 --- a/src/lib/libssl/src/crypto/comp/Makefile.ssl +++ b/src/lib/libssl/src/crypto/comp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/conf/Makefile.ssl b/src/lib/libssl/src/crypto/conf/Makefile.ssl index 28b3f9ac0b..c5873bc6e7 100644 --- a/src/lib/libssl/src/crypto/conf/Makefile.ssl +++ b/src/lib/libssl/src/crypto/conf/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/des/Makefile.ssl b/src/lib/libssl/src/crypto/des/Makefile.ssl index 548573f4b1..0d9ba2b42f 100644 --- a/src/lib/libssl/src/crypto/des/Makefile.ssl +++ b/src/lib/libssl/src/crypto/des/Makefile.ssl | |||
@@ -22,6 +22,7 @@ DES_ENC= des_enc.o fcrypt_b.o | |||
22 | #DES_ENC= dx86-elf.o yx86-elf.o | 22 | #DES_ENC= dx86-elf.o yx86-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=destest.c | 28 | TEST=destest.c |
@@ -96,7 +97,7 @@ files: | |||
96 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 97 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
97 | 98 | ||
98 | links: | 99 | links: |
99 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 100 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
100 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 101 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
101 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 102 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
102 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 103 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -157,12 +158,13 @@ cfb64enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
157 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 158 | cfb64enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
158 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 159 | cfb64enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
159 | cfb64enc.o: cfb64enc.c des_locl.h | 160 | cfb64enc.o: cfb64enc.c des_locl.h |
160 | cfb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 161 | cfb_enc.o: ../../e_os.h ../../include/openssl/crypto.h |
161 | cfb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 162 | cfb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
162 | cfb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 163 | cfb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
163 | cfb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 164 | cfb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
164 | cfb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 165 | cfb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
165 | cfb_enc.o: ../../include/openssl/ui_compat.h cfb_enc.c des_locl.h | 166 | cfb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
167 | cfb_enc.o: cfb_enc.c des_locl.h | ||
166 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 168 | des_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
167 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 169 | des_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
168 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 170 | des_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
@@ -191,13 +193,13 @@ ecb3_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | |||
191 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 193 | ecb3_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
192 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 194 | ecb3_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
193 | ecb3_enc.o: des_locl.h ecb3_enc.c | 195 | ecb3_enc.o: des_locl.h ecb3_enc.c |
194 | ecb_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 196 | ecb_enc.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
195 | ecb_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 197 | ecb_enc.o: ../../include/openssl/des.h ../../include/openssl/des_old.h |
196 | ecb_enc.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 198 | ecb_enc.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
197 | ecb_enc.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 199 | ecb_enc.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
198 | ecb_enc.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 200 | ecb_enc.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
199 | ecb_enc.o: ../../include/openssl/ui_compat.h des_locl.h des_ver.h ecb_enc.c | 201 | ecb_enc.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
200 | ecb_enc.o: spr.h | 202 | ecb_enc.o: des_locl.h des_ver.h ecb_enc.c spr.h |
201 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h | 203 | ede_cbcm_enc.o: ../../include/openssl/crypto.h ../../include/openssl/des.h |
202 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h | 204 | ede_cbcm_enc.o: ../../include/openssl/des_old.h ../../include/openssl/e_os2.h |
203 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h | 205 | ede_cbcm_enc.o: ../../include/openssl/opensslconf.h |
diff --git a/src/lib/libssl/src/crypto/dh/Makefile.ssl b/src/lib/libssl/src/crypto/dh/Makefile.ssl index 1c447e971f..e05fc01a12 100644 --- a/src/lib/libssl/src/crypto/dh/Makefile.ssl +++ b/src/lib/libssl/src/crypto/dh/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/dsa/Makefile.ssl b/src/lib/libssl/src/crypto/dsa/Makefile.ssl index 014d006347..e5f8a8cf51 100644 --- a/src/lib/libssl/src/crypto/dsa/Makefile.ssl +++ b/src/lib/libssl/src/crypto/dsa/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/dso/Makefile.ssl b/src/lib/libssl/src/crypto/dso/Makefile.ssl index 3d00363bb6..c0449d184e 100644 --- a/src/lib/libssl/src/crypto/dso/Makefile.ssl +++ b/src/lib/libssl/src/crypto/dso/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/ec/Makefile.ssl b/src/lib/libssl/src/crypto/ec/Makefile.ssl index c34a49c1b1..a2805c47a2 100644 --- a/src/lib/libssl/src/crypto/ec/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ec/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/engine/Makefile.ssl b/src/lib/libssl/src/crypto/engine/Makefile.ssl index 847d672400..30a4446ff9 100644 --- a/src/lib/libssl/src/crypto/engine/Makefile.ssl +++ b/src/lib/libssl/src/crypto/engine/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/err/Makefile.ssl b/src/lib/libssl/src/crypto/err/Makefile.ssl index 390bde1f16..b253061d07 100644 --- a/src/lib/libssl/src/crypto/err/Makefile.ssl +++ b/src/lib/libssl/src/crypto/err/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/evp/Makefile.ssl b/src/lib/libssl/src/crypto/evp/Makefile.ssl index 772afd71f5..f33aebd33a 100644 --- a/src/lib/libssl/src/crypto/evp/Makefile.ssl +++ b/src/lib/libssl/src/crypto/evp/Makefile.ssl | |||
@@ -67,7 +67,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 68 | ||
69 | links: | 69 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 70 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | cp $(TESTDATA) ../../test | 73 | cp $(TESTDATA) ../../test |
diff --git a/src/lib/libssl/src/crypto/hmac/Makefile.ssl b/src/lib/libssl/src/crypto/hmac/Makefile.ssl index d48df0597e..f1c07322c4 100644 --- a/src/lib/libssl/src/crypto/hmac/Makefile.ssl +++ b/src/lib/libssl/src/crypto/hmac/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/idea/Makefile.ssl b/src/lib/libssl/src/crypto/idea/Makefile.ssl index ca4b76fc2f..fa016ea399 100644 --- a/src/lib/libssl/src/crypto/idea/Makefile.ssl +++ b/src/lib/libssl/src/crypto/idea/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/krb5/Makefile.ssl b/src/lib/libssl/src/crypto/krb5/Makefile.ssl index 7136d7a402..d9224c0f09 100644 --- a/src/lib/libssl/src/crypto/krb5/Makefile.ssl +++ b/src/lib/libssl/src/crypto/krb5/Makefile.ssl | |||
@@ -48,7 +48,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/lhash/Makefile.ssl b/src/lib/libssl/src/crypto/lhash/Makefile.ssl index 1902e4a899..60e7ee3393 100644 --- a/src/lib/libssl/src/crypto/lhash/Makefile.ssl +++ b/src/lib/libssl/src/crypto/lhash/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/md2/Makefile.ssl b/src/lib/libssl/src/crypto/md2/Makefile.ssl index e5b3265a44..3206924c90 100644 --- a/src/lib/libssl/src/crypto/md2/Makefile.ssl +++ b/src/lib/libssl/src/crypto/md2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/md4/Makefile.ssl b/src/lib/libssl/src/crypto/md4/Makefile.ssl index 4d2d7369e6..7d2e8d8d3b 100644 --- a/src/lib/libssl/src/crypto/md4/Makefile.ssl +++ b/src/lib/libssl/src/crypto/md4/Makefile.ssl | |||
@@ -48,7 +48,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/md5/Makefile.ssl b/src/lib/libssl/src/crypto/md5/Makefile.ssl index 2d4df972ff..2361775a2d 100644 --- a/src/lib/libssl/src/crypto/md5/Makefile.ssl +++ b/src/lib/libssl/src/crypto/md5/Makefile.ssl | |||
@@ -84,7 +84,7 @@ files: | |||
84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 84 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
85 | 85 | ||
86 | links: | 86 | links: |
87 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 87 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 88 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 89 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 90 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/mdc2/Makefile.ssl b/src/lib/libssl/src/crypto/mdc2/Makefile.ssl index 387d7f8cd8..33f366fb08 100644 --- a/src/lib/libssl/src/crypto/mdc2/Makefile.ssl +++ b/src/lib/libssl/src/crypto/mdc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/objects/Makefile.ssl b/src/lib/libssl/src/crypto/objects/Makefile.ssl index 1f5d213495..3e7a194cf9 100644 --- a/src/lib/libssl/src/crypto/objects/Makefile.ssl +++ b/src/lib/libssl/src/crypto/objects/Makefile.ssl | |||
@@ -55,7 +55,7 @@ files: | |||
55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 55 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
56 | 56 | ||
57 | links: | 57 | links: |
58 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 58 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 60 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl index 8d5a85a55c..02477be538 100644 --- a/src/lib/libssl/src/crypto/ocsp/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ocsp/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/pem/Makefile.ssl b/src/lib/libssl/src/crypto/pem/Makefile.ssl index 90eda931f7..d3043eb401 100644 --- a/src/lib/libssl/src/crypto/pem/Makefile.ssl +++ b/src/lib/libssl/src/crypto/pem/Makefile.ssl | |||
@@ -50,7 +50,7 @@ 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: $(EXHEADER) | 52 | links: $(EXHEADER) |
53 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 53 | @sh $(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) |
diff --git a/src/lib/libssl/src/crypto/pkcs12/Makefile.ssl b/src/lib/libssl/src/crypto/pkcs12/Makefile.ssl index b4c564262c..a6e47b4085 100644 --- a/src/lib/libssl/src/crypto/pkcs12/Makefile.ssl +++ b/src/lib/libssl/src/crypto/pkcs12/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/pkcs7/Makefile.ssl b/src/lib/libssl/src/crypto/pkcs7/Makefile.ssl index 69cddb04b8..c3bfc7d560 100644 --- a/src/lib/libssl/src/crypto/pkcs7/Makefile.ssl +++ b/src/lib/libssl/src/crypto/pkcs7/Makefile.ssl | |||
@@ -68,7 +68,7 @@ files: | |||
68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
69 | 69 | ||
70 | links: | 70 | links: |
71 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/rand/Makefile.ssl b/src/lib/libssl/src/crypto/rand/Makefile.ssl index b25421e3ab..e5cbe5319c 100644 --- a/src/lib/libssl/src/crypto/rand/Makefile.ssl +++ b/src/lib/libssl/src/crypto/rand/Makefile.ssl | |||
@@ -49,7 +49,7 @@ files: | |||
49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 49 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
50 | 50 | ||
51 | links: | 51 | links: |
52 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 52 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 54 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
@@ -101,7 +101,8 @@ md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 101 | md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 102 | md_rand.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
103 | md_rand.o: md_rand.c rand_lcl.h | 103 | md_rand.o: md_rand.c rand_lcl.h |
104 | rand_egd.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 104 | rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h |
105 | rand_egd.o: ../../include/openssl/opensslconf.h | ||
105 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h | 106 | rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h |
106 | rand_egd.o: rand_egd.c | 107 | rand_egd.o: rand_egd.c |
107 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 108 | rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
@@ -186,8 +187,9 @@ rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h | |||
186 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 187 | rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
187 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | 188 | rand_win.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h |
188 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c | 189 | rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c |
189 | randfile.o: ../../e_os.h ../../include/openssl/crypto.h | 190 | randfile.o: ../../e_os.h ../../include/openssl/buffer.h |
190 | randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h | 191 | randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
192 | randfile.o: ../../include/openssl/opensslconf.h | ||
191 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 193 | randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
192 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h | 194 | randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h |
193 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 195 | randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
diff --git a/src/lib/libssl/src/crypto/rc2/Makefile.ssl b/src/lib/libssl/src/crypto/rc2/Makefile.ssl index aa73dea5b6..98d5960d5d 100644 --- a/src/lib/libssl/src/crypto/rc2/Makefile.ssl +++ b/src/lib/libssl/src/crypto/rc2/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/rc4/Makefile.ssl b/src/lib/libssl/src/crypto/rc4/Makefile.ssl index b210b42f8f..3e602662be 100644 --- a/src/lib/libssl/src/crypto/rc4/Makefile.ssl +++ b/src/lib/libssl/src/crypto/rc4/Makefile.ssl | |||
@@ -25,6 +25,7 @@ RC4_ENC=rc4_enc.o | |||
25 | #RC4_ENC=asm/rx86bdsi.o | 25 | #RC4_ENC=asm/rx86bdsi.o |
26 | 26 | ||
27 | CFLAGS= $(INCLUDES) $(CFLAG) | 27 | CFLAGS= $(INCLUDES) $(CFLAG) |
28 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
28 | 29 | ||
29 | GENERAL=Makefile | 30 | GENERAL=Makefile |
30 | TEST=rc4test.c | 31 | TEST=rc4test.c |
@@ -70,7 +71,7 @@ files: | |||
70 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
71 | 72 | ||
72 | links: | 73 | links: |
73 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
74 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
75 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/rc5/Makefile.ssl b/src/lib/libssl/src/crypto/rc5/Makefile.ssl index 3ad6655946..3f9632f8f7 100644 --- a/src/lib/libssl/src/crypto/rc5/Makefile.ssl +++ b/src/lib/libssl/src/crypto/rc5/Makefile.ssl | |||
@@ -22,6 +22,7 @@ RC5_ENC= rc5_enc.o | |||
22 | #DES_ENC= r586-elf.o | 22 | #DES_ENC= r586-elf.o |
23 | 23 | ||
24 | CFLAGS= $(INCLUDES) $(CFLAG) | 24 | CFLAGS= $(INCLUDES) $(CFLAG) |
25 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
25 | 26 | ||
26 | GENERAL=Makefile | 27 | GENERAL=Makefile |
27 | TEST=rc5test.c | 28 | TEST=rc5test.c |
@@ -67,7 +68,7 @@ files: | |||
67 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 68 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
68 | 69 | ||
69 | links: | 70 | links: |
70 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 71 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
72 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 73 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
73 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 74 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/ripemd/Makefile.ssl b/src/lib/libssl/src/crypto/ripemd/Makefile.ssl index 3583dfdcaf..f22ac790ae 100644 --- a/src/lib/libssl/src/crypto/ripemd/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ripemd/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | RIP_ASM_OBJ= | 20 | RIP_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=rmdtest.c | 26 | TEST=rmdtest.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/rsa/Makefile.ssl b/src/lib/libssl/src/crypto/rsa/Makefile.ssl index ce3f818e5b..8089344a04 100644 --- a/src/lib/libssl/src/crypto/rsa/Makefile.ssl +++ b/src/lib/libssl/src/crypto/rsa/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/sha/Makefile.ssl b/src/lib/libssl/src/crypto/sha/Makefile.ssl index 864645c8b5..4ba201c787 100644 --- a/src/lib/libssl/src/crypto/sha/Makefile.ssl +++ b/src/lib/libssl/src/crypto/sha/Makefile.ssl | |||
@@ -20,6 +20,7 @@ AR= ar r | |||
20 | SHA1_ASM_OBJ= | 20 | SHA1_ASM_OBJ= |
21 | 21 | ||
22 | CFLAGS= $(INCLUDES) $(CFLAG) | 22 | CFLAGS= $(INCLUDES) $(CFLAG) |
23 | ASFLAGS= $(INCLUDES) $(ASFLAG) | ||
23 | 24 | ||
24 | GENERAL=Makefile | 25 | GENERAL=Makefile |
25 | TEST=shatest.c sha1test.c | 26 | TEST=shatest.c sha1test.c |
@@ -65,7 +66,7 @@ files: | |||
65 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 66 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
66 | 67 | ||
67 | links: | 68 | links: |
68 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 69 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
69 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 70 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
70 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 71 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
71 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 72 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/stack/Makefile.ssl b/src/lib/libssl/src/crypto/stack/Makefile.ssl index e4acfe6aba..7120fb804a 100644 --- a/src/lib/libssl/src/crypto/stack/Makefile.ssl +++ b/src/lib/libssl/src/crypto/stack/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/txt_db/Makefile.ssl b/src/lib/libssl/src/crypto/txt_db/Makefile.ssl index 313f75313b..6221dfae4d 100644 --- a/src/lib/libssl/src/crypto/txt_db/Makefile.ssl +++ b/src/lib/libssl/src/crypto/txt_db/Makefile.ssl | |||
@@ -47,7 +47,7 @@ files: | |||
47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 47 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
48 | 48 | ||
49 | links: | 49 | links: |
50 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 50 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 51 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 52 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 53 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/ui/Makefile.ssl b/src/lib/libssl/src/crypto/ui/Makefile.ssl index 90ae7d4a4a..ba46951d1c 100644 --- a/src/lib/libssl/src/crypto/ui/Makefile.ssl +++ b/src/lib/libssl/src/crypto/ui/Makefile.ssl | |||
@@ -51,7 +51,7 @@ files: | |||
51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 51 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
52 | 52 | ||
53 | links: | 53 | links: |
54 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 54 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 56 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/x509/Makefile.ssl b/src/lib/libssl/src/crypto/x509/Makefile.ssl index 6a5a879691..3a3452536c 100644 --- a/src/lib/libssl/src/crypto/x509/Makefile.ssl +++ b/src/lib/libssl/src/crypto/x509/Makefile.ssl | |||
@@ -57,7 +57,7 @@ files: | |||
57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 57 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
58 | 58 | ||
59 | links: | 59 | links: |
60 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 60 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 61 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 62 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 63 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/crypto/x509v3/Makefile.ssl b/src/lib/libssl/src/crypto/x509v3/Makefile.ssl index 5ca169c37c..66df90c346 100644 --- a/src/lib/libssl/src/crypto/x509v3/Makefile.ssl +++ b/src/lib/libssl/src/crypto/x509v3/Makefile.ssl | |||
@@ -53,7 +53,7 @@ files: | |||
53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 53 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
54 | 54 | ||
55 | links: | 55 | links: |
56 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 56 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) | 57 | @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER) |
58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) | 58 | @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST) |
59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 59 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
diff --git a/src/lib/libssl/src/ssl/Makefile.ssl b/src/lib/libssl/src/ssl/Makefile.ssl index e36a79b2d6..3ae3561ac1 100644 --- a/src/lib/libssl/src/ssl/Makefile.ssl +++ b/src/lib/libssl/src/ssl/Makefile.ssl | |||
@@ -55,14 +55,14 @@ ALL= $(GENERAL) $(SRC) $(HEADER) | |||
55 | top: | 55 | top: |
56 | (cd ..; $(MAKE) DIRS=$(DIR) all) | 56 | (cd ..; $(MAKE) DIRS=$(DIR) all) |
57 | 57 | ||
58 | all: lib shared | 58 | all: shared |
59 | 59 | ||
60 | lib: $(LIBOBJ) | 60 | lib: $(LIBOBJ) |
61 | $(AR) $(LIB) $(LIBOBJ) | 61 | $(AR) $(LIB) $(LIBOBJ) |
62 | $(RANLIB) $(LIB) || echo Never mind. | 62 | $(RANLIB) $(LIB) || echo Never mind. |
63 | @touch lib | 63 | @touch lib |
64 | 64 | ||
65 | shared: | 65 | shared: lib |
66 | if [ -n "$(SHARED_LIBS)" ]; then \ | 66 | if [ -n "$(SHARED_LIBS)" ]; then \ |
67 | (cd ..; $(MAKE) $(SHARED_LIB)); \ | 67 | (cd ..; $(MAKE) $(SHARED_LIB)); \ |
68 | fi | 68 | fi |
@@ -71,7 +71,7 @@ files: | |||
71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 71 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
72 | 72 | ||
73 | links: | 73 | links: |
74 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 74 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
75 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) | 75 | @$(PERL) $(TOP)/util/mklink.pl ../include/openssl $(EXHEADER) |
76 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) | 76 | @$(PERL) $(TOP)/util/mklink.pl ../test $(TEST) |
77 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) | 77 | @$(PERL) $(TOP)/util/mklink.pl ../apps $(APPS) |
@@ -280,84 +280,82 @@ s23_srvr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | |||
280 | s23_srvr.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 280 | s23_srvr.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
281 | s23_srvr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s23_srvr.c | 281 | s23_srvr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s23_srvr.c |
282 | s23_srvr.o: ssl_locl.h | 282 | s23_srvr.o: ssl_locl.h |
283 | s2_clnt.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 283 | s2_clnt.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
284 | s2_clnt.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 284 | s2_clnt.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
285 | s2_clnt.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 285 | s2_clnt.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
286 | s2_clnt.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 286 | s2_clnt.o: ../include/openssl/cast.h ../include/openssl/comp.h |
287 | s2_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 287 | s2_clnt.o: ../include/openssl/crypto.h ../include/openssl/des.h |
288 | s2_clnt.o: ../include/openssl/des.h ../include/openssl/des_old.h | 288 | s2_clnt.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
289 | s2_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 289 | s2_clnt.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
290 | s2_clnt.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 290 | s2_clnt.o: ../include/openssl/err.h ../include/openssl/evp.h |
291 | s2_clnt.o: ../include/openssl/evp.h ../include/openssl/idea.h | 291 | s2_clnt.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
292 | s2_clnt.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 292 | s2_clnt.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
293 | s2_clnt.o: ../include/openssl/md2.h ../include/openssl/md4.h | 293 | s2_clnt.o: ../include/openssl/md4.h ../include/openssl/md5.h |
294 | s2_clnt.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 294 | s2_clnt.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
295 | s2_clnt.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 295 | s2_clnt.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
296 | s2_clnt.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 296 | s2_clnt.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
297 | s2_clnt.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 297 | s2_clnt.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
298 | s2_clnt.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 298 | s2_clnt.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
299 | s2_clnt.o: ../include/openssl/rand.h ../include/openssl/rc2.h | 299 | s2_clnt.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
300 | s2_clnt.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 300 | s2_clnt.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
301 | s2_clnt.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 301 | s2_clnt.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
302 | s2_clnt.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 302 | s2_clnt.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
303 | s2_clnt.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 303 | s2_clnt.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
304 | s2_clnt.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 304 | s2_clnt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
305 | s2_clnt.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 305 | s2_clnt.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
306 | s2_clnt.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 306 | s2_clnt.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
307 | s2_clnt.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 307 | s2_clnt.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s2_clnt.c |
308 | s2_clnt.o: ../include/openssl/x509_vfy.h s2_clnt.c ssl_locl.h | 308 | s2_clnt.o: ssl_locl.h |
309 | s2_enc.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 309 | s2_enc.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
310 | s2_enc.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 310 | s2_enc.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
311 | s2_enc.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 311 | s2_enc.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
312 | s2_enc.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 312 | s2_enc.o: ../include/openssl/cast.h ../include/openssl/comp.h |
313 | s2_enc.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 313 | s2_enc.o: ../include/openssl/crypto.h ../include/openssl/des.h |
314 | s2_enc.o: ../include/openssl/des.h ../include/openssl/des_old.h | 314 | s2_enc.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
315 | s2_enc.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 315 | s2_enc.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
316 | s2_enc.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 316 | s2_enc.o: ../include/openssl/err.h ../include/openssl/evp.h |
317 | s2_enc.o: ../include/openssl/evp.h ../include/openssl/idea.h | 317 | s2_enc.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
318 | s2_enc.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 318 | s2_enc.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
319 | s2_enc.o: ../include/openssl/md2.h ../include/openssl/md4.h | 319 | s2_enc.o: ../include/openssl/md4.h ../include/openssl/md5.h |
320 | s2_enc.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 320 | s2_enc.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
321 | s2_enc.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 321 | s2_enc.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
322 | s2_enc.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 322 | s2_enc.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
323 | s2_enc.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 323 | s2_enc.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
324 | s2_enc.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 324 | s2_enc.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h |
325 | s2_enc.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | 325 | s2_enc.o: ../include/openssl/rc4.h ../include/openssl/rc5.h |
326 | s2_enc.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | 326 | s2_enc.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h |
327 | s2_enc.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 327 | s2_enc.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
328 | s2_enc.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 328 | s2_enc.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h |
329 | s2_enc.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 329 | s2_enc.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h |
330 | s2_enc.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 330 | s2_enc.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
331 | s2_enc.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 331 | s2_enc.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
332 | s2_enc.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 332 | s2_enc.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
333 | s2_enc.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s2_enc.c | 333 | s2_enc.o: ../include/openssl/x509_vfy.h s2_enc.c ssl_locl.h |
334 | s2_enc.o: ssl_locl.h | 334 | s2_lib.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
335 | s2_lib.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 335 | s2_lib.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
336 | s2_lib.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 336 | s2_lib.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
337 | s2_lib.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 337 | s2_lib.o: ../include/openssl/cast.h ../include/openssl/comp.h |
338 | s2_lib.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 338 | s2_lib.o: ../include/openssl/crypto.h ../include/openssl/des.h |
339 | s2_lib.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 339 | s2_lib.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
340 | s2_lib.o: ../include/openssl/des.h ../include/openssl/des_old.h | 340 | s2_lib.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
341 | s2_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 341 | s2_lib.o: ../include/openssl/err.h ../include/openssl/evp.h |
342 | s2_lib.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 342 | s2_lib.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
343 | s2_lib.o: ../include/openssl/evp.h ../include/openssl/idea.h | 343 | s2_lib.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
344 | s2_lib.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 344 | s2_lib.o: ../include/openssl/md4.h ../include/openssl/md5.h |
345 | s2_lib.o: ../include/openssl/md2.h ../include/openssl/md4.h | 345 | s2_lib.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
346 | s2_lib.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 346 | s2_lib.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
347 | s2_lib.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 347 | s2_lib.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
348 | s2_lib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 348 | s2_lib.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
349 | s2_lib.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 349 | s2_lib.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h |
350 | s2_lib.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 350 | s2_lib.o: ../include/openssl/rc4.h ../include/openssl/rc5.h |
351 | s2_lib.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | 351 | s2_lib.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h |
352 | s2_lib.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | 352 | s2_lib.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
353 | s2_lib.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 353 | s2_lib.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h |
354 | s2_lib.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 354 | s2_lib.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h |
355 | s2_lib.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 355 | s2_lib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
356 | s2_lib.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 356 | s2_lib.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
357 | s2_lib.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 357 | s2_lib.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
358 | s2_lib.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 358 | s2_lib.o: ../include/openssl/x509_vfy.h s2_lib.c ssl_locl.h |
359 | s2_lib.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s2_lib.c | ||
360 | s2_lib.o: ssl_locl.h | ||
361 | s2_meth.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 359 | s2_meth.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
362 | s2_meth.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 360 | s2_meth.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
363 | s2_meth.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 361 | s2_meth.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -383,58 +381,57 @@ s2_meth.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
383 | s2_meth.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 381 | s2_meth.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
384 | s2_meth.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 382 | s2_meth.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
385 | s2_meth.o: ../include/openssl/x509_vfy.h s2_meth.c ssl_locl.h | 383 | s2_meth.o: ../include/openssl/x509_vfy.h s2_meth.c ssl_locl.h |
386 | s2_pkt.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 384 | s2_pkt.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
387 | s2_pkt.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 385 | s2_pkt.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
388 | s2_pkt.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 386 | s2_pkt.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
389 | s2_pkt.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 387 | s2_pkt.o: ../include/openssl/cast.h ../include/openssl/comp.h |
390 | s2_pkt.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 388 | s2_pkt.o: ../include/openssl/crypto.h ../include/openssl/des.h |
391 | s2_pkt.o: ../include/openssl/des.h ../include/openssl/des_old.h | 389 | s2_pkt.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
392 | s2_pkt.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 390 | s2_pkt.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
393 | s2_pkt.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 391 | s2_pkt.o: ../include/openssl/err.h ../include/openssl/evp.h |
394 | s2_pkt.o: ../include/openssl/evp.h ../include/openssl/idea.h | 392 | s2_pkt.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
395 | s2_pkt.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 393 | s2_pkt.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
396 | s2_pkt.o: ../include/openssl/md2.h ../include/openssl/md4.h | 394 | s2_pkt.o: ../include/openssl/md4.h ../include/openssl/md5.h |
397 | s2_pkt.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 395 | s2_pkt.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
398 | s2_pkt.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 396 | s2_pkt.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
399 | s2_pkt.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 397 | s2_pkt.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
400 | s2_pkt.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 398 | s2_pkt.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
401 | s2_pkt.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 399 | s2_pkt.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h |
402 | s2_pkt.o: ../include/openssl/rc2.h ../include/openssl/rc4.h | 400 | s2_pkt.o: ../include/openssl/rc4.h ../include/openssl/rc5.h |
403 | s2_pkt.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h | 401 | s2_pkt.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h |
404 | s2_pkt.o: ../include/openssl/rsa.h ../include/openssl/safestack.h | 402 | s2_pkt.o: ../include/openssl/safestack.h ../include/openssl/sha.h |
405 | s2_pkt.o: ../include/openssl/sha.h ../include/openssl/ssl.h | 403 | s2_pkt.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h |
406 | s2_pkt.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h | 404 | s2_pkt.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h |
407 | s2_pkt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h | 405 | s2_pkt.o: ../include/openssl/stack.h ../include/openssl/symhacks.h |
408 | s2_pkt.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | 406 | s2_pkt.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
409 | s2_pkt.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 407 | s2_pkt.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
410 | s2_pkt.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s2_pkt.c | 408 | s2_pkt.o: ../include/openssl/x509_vfy.h s2_pkt.c ssl_locl.h |
411 | s2_pkt.o: ssl_locl.h | 409 | s2_srvr.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
412 | s2_srvr.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 410 | s2_srvr.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
413 | s2_srvr.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 411 | s2_srvr.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
414 | s2_srvr.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 412 | s2_srvr.o: ../include/openssl/cast.h ../include/openssl/comp.h |
415 | s2_srvr.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 413 | s2_srvr.o: ../include/openssl/crypto.h ../include/openssl/des.h |
416 | s2_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 414 | s2_srvr.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
417 | s2_srvr.o: ../include/openssl/des.h ../include/openssl/des_old.h | 415 | s2_srvr.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
418 | s2_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 416 | s2_srvr.o: ../include/openssl/err.h ../include/openssl/evp.h |
419 | s2_srvr.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 417 | s2_srvr.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
420 | s2_srvr.o: ../include/openssl/evp.h ../include/openssl/idea.h | 418 | s2_srvr.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
421 | s2_srvr.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 419 | s2_srvr.o: ../include/openssl/md4.h ../include/openssl/md5.h |
422 | s2_srvr.o: ../include/openssl/md2.h ../include/openssl/md4.h | 420 | s2_srvr.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
423 | s2_srvr.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 421 | s2_srvr.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
424 | s2_srvr.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 422 | s2_srvr.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
425 | s2_srvr.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 423 | s2_srvr.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
426 | s2_srvr.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 424 | s2_srvr.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
427 | s2_srvr.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 425 | s2_srvr.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
428 | s2_srvr.o: ../include/openssl/rand.h ../include/openssl/rc2.h | 426 | s2_srvr.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
429 | s2_srvr.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 427 | s2_srvr.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
430 | s2_srvr.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 428 | s2_srvr.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
431 | s2_srvr.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 429 | s2_srvr.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
432 | s2_srvr.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 430 | s2_srvr.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
433 | s2_srvr.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 431 | s2_srvr.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
434 | s2_srvr.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 432 | s2_srvr.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
435 | s2_srvr.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 433 | s2_srvr.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s2_srvr.c |
436 | s2_srvr.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 434 | s2_srvr.o: ssl_locl.h |
437 | s2_srvr.o: ../include/openssl/x509_vfy.h s2_srvr.c ssl_locl.h | ||
438 | s3_both.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 435 | s3_both.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
439 | s3_both.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 436 | s3_both.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
440 | s3_both.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 437 | s3_both.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -461,32 +458,32 @@ s3_both.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h | |||
461 | s3_both.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h | 458 | s3_both.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
462 | s3_both.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s3_both.c | 459 | s3_both.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h s3_both.c |
463 | s3_both.o: ssl_locl.h | 460 | s3_both.o: ssl_locl.h |
464 | s3_clnt.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 461 | s3_clnt.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
465 | s3_clnt.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 462 | s3_clnt.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
466 | s3_clnt.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 463 | s3_clnt.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
467 | s3_clnt.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 464 | s3_clnt.o: ../include/openssl/cast.h ../include/openssl/comp.h |
468 | s3_clnt.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 465 | s3_clnt.o: ../include/openssl/crypto.h ../include/openssl/des.h |
469 | s3_clnt.o: ../include/openssl/des.h ../include/openssl/des_old.h | 466 | s3_clnt.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
470 | s3_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 467 | s3_clnt.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
471 | s3_clnt.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 468 | s3_clnt.o: ../include/openssl/err.h ../include/openssl/evp.h |
472 | s3_clnt.o: ../include/openssl/evp.h ../include/openssl/idea.h | 469 | s3_clnt.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
473 | s3_clnt.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 470 | s3_clnt.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
474 | s3_clnt.o: ../include/openssl/md2.h ../include/openssl/md4.h | 471 | s3_clnt.o: ../include/openssl/md4.h ../include/openssl/md5.h |
475 | s3_clnt.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 472 | s3_clnt.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
476 | s3_clnt.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 473 | s3_clnt.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
477 | s3_clnt.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 474 | s3_clnt.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
478 | s3_clnt.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 475 | s3_clnt.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
479 | s3_clnt.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 476 | s3_clnt.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
480 | s3_clnt.o: ../include/openssl/rand.h ../include/openssl/rc2.h | 477 | s3_clnt.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
481 | s3_clnt.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 478 | s3_clnt.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
482 | s3_clnt.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 479 | s3_clnt.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
483 | s3_clnt.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 480 | s3_clnt.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
484 | s3_clnt.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 481 | s3_clnt.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
485 | s3_clnt.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 482 | s3_clnt.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
486 | s3_clnt.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 483 | s3_clnt.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
487 | s3_clnt.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 484 | s3_clnt.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
488 | s3_clnt.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 485 | s3_clnt.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h kssl_lcl.h |
489 | s3_clnt.o: ../include/openssl/x509_vfy.h kssl_lcl.h s3_clnt.c ssl_locl.h | 486 | s3_clnt.o: s3_clnt.c ssl_locl.h |
490 | s3_enc.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 487 | s3_enc.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
491 | s3_enc.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 488 | s3_enc.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
492 | s3_enc.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 489 | s3_enc.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -587,16 +584,15 @@ s3_pkt.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
587 | s3_pkt.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 584 | s3_pkt.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
588 | s3_pkt.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 585 | s3_pkt.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
589 | s3_pkt.o: ../include/openssl/x509_vfy.h s3_pkt.c ssl_locl.h | 586 | s3_pkt.o: ../include/openssl/x509_vfy.h s3_pkt.c ssl_locl.h |
590 | s3_srvr.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 587 | s3_srvr.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
591 | s3_srvr.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 588 | s3_srvr.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
592 | s3_srvr.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 589 | s3_srvr.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
593 | s3_srvr.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 590 | s3_srvr.o: ../include/openssl/cast.h ../include/openssl/comp.h |
594 | s3_srvr.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 591 | s3_srvr.o: ../include/openssl/crypto.h ../include/openssl/des.h |
595 | s3_srvr.o: ../include/openssl/des.h ../include/openssl/des_old.h | 592 | s3_srvr.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
596 | s3_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 593 | s3_srvr.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
597 | s3_srvr.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 594 | s3_srvr.o: ../include/openssl/err.h ../include/openssl/evp.h |
598 | s3_srvr.o: ../include/openssl/evp.h ../include/openssl/idea.h | 595 | s3_srvr.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
599 | s3_srvr.o: ../include/openssl/krb5_asn.h ../include/openssl/kssl.h | ||
600 | s3_srvr.o: ../include/openssl/lhash.h ../include/openssl/md2.h | 596 | s3_srvr.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
601 | s3_srvr.o: ../include/openssl/md4.h ../include/openssl/md5.h | 597 | s3_srvr.o: ../include/openssl/md4.h ../include/openssl/md5.h |
602 | s3_srvr.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | 598 | s3_srvr.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
@@ -639,32 +635,32 @@ ssl_algs.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
639 | ssl_algs.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 635 | ssl_algs.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
640 | ssl_algs.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 636 | ssl_algs.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
641 | ssl_algs.o: ../include/openssl/x509_vfy.h ssl_algs.c ssl_locl.h | 637 | ssl_algs.o: ../include/openssl/x509_vfy.h ssl_algs.c ssl_locl.h |
642 | ssl_asn1.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 638 | ssl_asn1.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
643 | ssl_asn1.o: ../include/openssl/asn1.h ../include/openssl/asn1_mac.h | 639 | ssl_asn1.o: ../include/openssl/asn1_mac.h ../include/openssl/bio.h |
644 | ssl_asn1.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 640 | ssl_asn1.o: ../include/openssl/blowfish.h ../include/openssl/bn.h |
645 | ssl_asn1.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 641 | ssl_asn1.o: ../include/openssl/buffer.h ../include/openssl/cast.h |
646 | ssl_asn1.o: ../include/openssl/cast.h ../include/openssl/comp.h | 642 | ssl_asn1.o: ../include/openssl/comp.h ../include/openssl/crypto.h |
647 | ssl_asn1.o: ../include/openssl/crypto.h ../include/openssl/des.h | 643 | ssl_asn1.o: ../include/openssl/des.h ../include/openssl/des_old.h |
648 | ssl_asn1.o: ../include/openssl/des_old.h ../include/openssl/dh.h | 644 | ssl_asn1.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
649 | ssl_asn1.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 645 | ssl_asn1.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
650 | ssl_asn1.o: ../include/openssl/err.h ../include/openssl/evp.h | 646 | ssl_asn1.o: ../include/openssl/evp.h ../include/openssl/idea.h |
651 | ssl_asn1.o: ../include/openssl/idea.h ../include/openssl/kssl.h | 647 | ssl_asn1.o: ../include/openssl/kssl.h ../include/openssl/lhash.h |
652 | ssl_asn1.o: ../include/openssl/lhash.h ../include/openssl/md2.h | 648 | ssl_asn1.o: ../include/openssl/md2.h ../include/openssl/md4.h |
653 | ssl_asn1.o: ../include/openssl/md4.h ../include/openssl/md5.h | 649 | ssl_asn1.o: ../include/openssl/md5.h ../include/openssl/mdc2.h |
654 | ssl_asn1.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | 650 | ssl_asn1.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h |
655 | ssl_asn1.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 651 | ssl_asn1.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
656 | ssl_asn1.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 652 | ssl_asn1.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h |
657 | ssl_asn1.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 653 | ssl_asn1.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h |
658 | ssl_asn1.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h | 654 | ssl_asn1.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
659 | ssl_asn1.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 655 | ssl_asn1.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
660 | ssl_asn1.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 656 | ssl_asn1.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
661 | ssl_asn1.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 657 | ssl_asn1.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
662 | ssl_asn1.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 658 | ssl_asn1.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
663 | ssl_asn1.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 659 | ssl_asn1.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
664 | ssl_asn1.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 660 | ssl_asn1.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
665 | ssl_asn1.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 661 | ssl_asn1.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
666 | ssl_asn1.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 662 | ssl_asn1.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_asn1.c |
667 | ssl_asn1.o: ../include/openssl/x509_vfy.h ssl_asn1.c ssl_locl.h | 663 | ssl_asn1.o: ssl_locl.h |
668 | ssl_cert.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 664 | ssl_cert.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
669 | ssl_cert.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 665 | ssl_cert.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
670 | ssl_cert.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 666 | ssl_cert.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -766,33 +762,32 @@ ssl_err2.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
766 | ssl_err2.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 762 | ssl_err2.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
767 | ssl_err2.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 763 | ssl_err2.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
768 | ssl_err2.o: ../include/openssl/x509_vfy.h ssl_err2.c | 764 | ssl_err2.o: ../include/openssl/x509_vfy.h ssl_err2.c |
769 | ssl_lib.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 765 | ssl_lib.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
770 | ssl_lib.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 766 | ssl_lib.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
771 | ssl_lib.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 767 | ssl_lib.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
772 | ssl_lib.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 768 | ssl_lib.o: ../include/openssl/cast.h ../include/openssl/comp.h |
773 | ssl_lib.o: ../include/openssl/comp.h ../include/openssl/conf.h | 769 | ssl_lib.o: ../include/openssl/conf.h ../include/openssl/crypto.h |
774 | ssl_lib.o: ../include/openssl/crypto.h ../include/openssl/des.h | 770 | ssl_lib.o: ../include/openssl/des.h ../include/openssl/des_old.h |
775 | ssl_lib.o: ../include/openssl/des_old.h ../include/openssl/dh.h | 771 | ssl_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h |
776 | ssl_lib.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h | 772 | ssl_lib.o: ../include/openssl/e_os2.h ../include/openssl/err.h |
777 | ssl_lib.o: ../include/openssl/err.h ../include/openssl/evp.h | 773 | ssl_lib.o: ../include/openssl/evp.h ../include/openssl/idea.h |
778 | ssl_lib.o: ../include/openssl/idea.h ../include/openssl/kssl.h | 774 | ssl_lib.o: ../include/openssl/kssl.h ../include/openssl/lhash.h |
779 | ssl_lib.o: ../include/openssl/lhash.h ../include/openssl/md2.h | 775 | ssl_lib.o: ../include/openssl/md2.h ../include/openssl/md4.h |
780 | ssl_lib.o: ../include/openssl/md4.h ../include/openssl/md5.h | 776 | ssl_lib.o: ../include/openssl/md5.h ../include/openssl/mdc2.h |
781 | ssl_lib.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h | 777 | ssl_lib.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h |
782 | ssl_lib.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h | 778 | ssl_lib.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h |
783 | ssl_lib.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h | 779 | ssl_lib.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h |
784 | ssl_lib.o: ../include/openssl/pem.h ../include/openssl/pem2.h | 780 | ssl_lib.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h |
785 | ssl_lib.o: ../include/openssl/pkcs7.h ../include/openssl/rc2.h | 781 | ssl_lib.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
786 | ssl_lib.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 782 | ssl_lib.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
787 | ssl_lib.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 783 | ssl_lib.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
788 | ssl_lib.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 784 | ssl_lib.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
789 | ssl_lib.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 785 | ssl_lib.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
790 | ssl_lib.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 786 | ssl_lib.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
791 | ssl_lib.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 787 | ssl_lib.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
792 | ssl_lib.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 788 | ssl_lib.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
793 | ssl_lib.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 789 | ssl_lib.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h |
794 | ssl_lib.o: ../include/openssl/x509_vfy.h ../include/openssl/x509v3.h kssl_lcl.h | 790 | ssl_lib.o: ../include/openssl/x509v3.h kssl_lcl.h ssl_lib.c ssl_locl.h |
795 | ssl_lib.o: ssl_lib.c ssl_locl.h | ||
796 | ssl_rsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 791 | ssl_rsa.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
797 | ssl_rsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 792 | ssl_rsa.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
798 | ssl_rsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 793 | ssl_rsa.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
@@ -818,32 +813,32 @@ ssl_rsa.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | |||
818 | ssl_rsa.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 813 | ssl_rsa.o: ../include/openssl/tls1.h ../include/openssl/ui.h |
819 | ssl_rsa.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 814 | ssl_rsa.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h |
820 | ssl_rsa.o: ../include/openssl/x509_vfy.h ssl_locl.h ssl_rsa.c | 815 | ssl_rsa.o: ../include/openssl/x509_vfy.h ssl_locl.h ssl_rsa.c |
821 | ssl_sess.o: ../crypto/cryptlib.h ../e_os.h ../include/openssl/aes.h | 816 | ssl_sess.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
822 | ssl_sess.o: ../include/openssl/asn1.h ../include/openssl/bio.h | 817 | ssl_sess.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
823 | ssl_sess.o: ../include/openssl/blowfish.h ../include/openssl/bn.h | 818 | ssl_sess.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
824 | ssl_sess.o: ../include/openssl/buffer.h ../include/openssl/cast.h | 819 | ssl_sess.o: ../include/openssl/cast.h ../include/openssl/comp.h |
825 | ssl_sess.o: ../include/openssl/comp.h ../include/openssl/crypto.h | 820 | ssl_sess.o: ../include/openssl/crypto.h ../include/openssl/des.h |
826 | ssl_sess.o: ../include/openssl/des.h ../include/openssl/des_old.h | 821 | ssl_sess.o: ../include/openssl/des_old.h ../include/openssl/dh.h |
827 | ssl_sess.o: ../include/openssl/dh.h ../include/openssl/dsa.h | 822 | ssl_sess.o: ../include/openssl/dsa.h ../include/openssl/e_os2.h |
828 | ssl_sess.o: ../include/openssl/e_os2.h ../include/openssl/err.h | 823 | ssl_sess.o: ../include/openssl/err.h ../include/openssl/evp.h |
829 | ssl_sess.o: ../include/openssl/evp.h ../include/openssl/idea.h | 824 | ssl_sess.o: ../include/openssl/idea.h ../include/openssl/kssl.h |
830 | ssl_sess.o: ../include/openssl/kssl.h ../include/openssl/lhash.h | 825 | ssl_sess.o: ../include/openssl/lhash.h ../include/openssl/md2.h |
831 | ssl_sess.o: ../include/openssl/md2.h ../include/openssl/md4.h | 826 | ssl_sess.o: ../include/openssl/md4.h ../include/openssl/md5.h |
832 | ssl_sess.o: ../include/openssl/md5.h ../include/openssl/mdc2.h | 827 | ssl_sess.o: ../include/openssl/mdc2.h ../include/openssl/obj_mac.h |
833 | ssl_sess.o: ../include/openssl/obj_mac.h ../include/openssl/objects.h | 828 | ssl_sess.o: ../include/openssl/objects.h ../include/openssl/opensslconf.h |
834 | ssl_sess.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h | 829 | ssl_sess.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h |
835 | ssl_sess.o: ../include/openssl/ossl_typ.h ../include/openssl/pem.h | 830 | ssl_sess.o: ../include/openssl/pem.h ../include/openssl/pem2.h |
836 | ssl_sess.o: ../include/openssl/pem2.h ../include/openssl/pkcs7.h | 831 | ssl_sess.o: ../include/openssl/pkcs7.h ../include/openssl/rand.h |
837 | ssl_sess.o: ../include/openssl/rand.h ../include/openssl/rc2.h | 832 | ssl_sess.o: ../include/openssl/rc2.h ../include/openssl/rc4.h |
838 | ssl_sess.o: ../include/openssl/rc4.h ../include/openssl/rc5.h | 833 | ssl_sess.o: ../include/openssl/rc5.h ../include/openssl/ripemd.h |
839 | ssl_sess.o: ../include/openssl/ripemd.h ../include/openssl/rsa.h | 834 | ssl_sess.o: ../include/openssl/rsa.h ../include/openssl/safestack.h |
840 | ssl_sess.o: ../include/openssl/safestack.h ../include/openssl/sha.h | 835 | ssl_sess.o: ../include/openssl/sha.h ../include/openssl/ssl.h |
841 | ssl_sess.o: ../include/openssl/ssl.h ../include/openssl/ssl2.h | 836 | ssl_sess.o: ../include/openssl/ssl2.h ../include/openssl/ssl23.h |
842 | ssl_sess.o: ../include/openssl/ssl23.h ../include/openssl/ssl3.h | 837 | ssl_sess.o: ../include/openssl/ssl3.h ../include/openssl/stack.h |
843 | ssl_sess.o: ../include/openssl/stack.h ../include/openssl/symhacks.h | 838 | ssl_sess.o: ../include/openssl/symhacks.h ../include/openssl/tls1.h |
844 | ssl_sess.o: ../include/openssl/tls1.h ../include/openssl/ui.h | 839 | ssl_sess.o: ../include/openssl/ui.h ../include/openssl/ui_compat.h |
845 | ssl_sess.o: ../include/openssl/ui_compat.h ../include/openssl/x509.h | 840 | ssl_sess.o: ../include/openssl/x509.h ../include/openssl/x509_vfy.h ssl_locl.h |
846 | ssl_sess.o: ../include/openssl/x509_vfy.h ssl_locl.h ssl_sess.c | 841 | ssl_sess.o: ssl_sess.c |
847 | ssl_stat.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h | 842 | ssl_stat.o: ../e_os.h ../include/openssl/aes.h ../include/openssl/asn1.h |
848 | ssl_stat.o: ../include/openssl/bio.h ../include/openssl/blowfish.h | 843 | ssl_stat.o: ../include/openssl/bio.h ../include/openssl/blowfish.h |
849 | ssl_stat.o: ../include/openssl/bn.h ../include/openssl/buffer.h | 844 | ssl_stat.o: ../include/openssl/bn.h ../include/openssl/buffer.h |
diff --git a/src/lib/libssl/src/test/Makefile.ssl b/src/lib/libssl/src/test/Makefile.ssl index a3339ca5d5..373f17a929 100644 --- a/src/lib/libssl/src/test/Makefile.ssl +++ b/src/lib/libssl/src/test/Makefile.ssl | |||
@@ -103,11 +103,11 @@ files: | |||
103 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 103 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
104 | 104 | ||
105 | links: | 105 | links: |
106 | @@$(TOP)/util/point.sh Makefile.ssl Makefile | 106 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
107 | 107 | ||
108 | generate: $(SRC) | 108 | generate: $(SRC) |
109 | $(SRC): | 109 | $(SRC): |
110 | @$(TOP)/util/point.sh dummytest.c $@ | 110 | @sh $(TOP)/util/point.sh dummytest.c $@ |
111 | 111 | ||
112 | errors: | 112 | errors: |
113 | 113 | ||
diff --git a/src/lib/libssl/src/tools/Makefile.ssl b/src/lib/libssl/src/tools/Makefile.ssl index bf0cd29c77..cb33d4a41e 100644 --- a/src/lib/libssl/src/tools/Makefile.ssl +++ b/src/lib/libssl/src/tools/Makefile.ssl | |||
@@ -42,7 +42,7 @@ files: | |||
42 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 42 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
43 | 43 | ||
44 | links: | 44 | links: |
45 | @$(TOP)/util/point.sh Makefile.ssl Makefile | 45 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
46 | 46 | ||
47 | lint: | 47 | lint: |
48 | 48 | ||
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index a3339ca5d5..373f17a929 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
@@ -103,11 +103,11 @@ files: | |||
103 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO | 103 | $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
104 | 104 | ||
105 | links: | 105 | links: |
106 | @@$(TOP)/util/point.sh Makefile.ssl Makefile | 106 | @sh $(TOP)/util/point.sh Makefile.ssl Makefile |
107 | 107 | ||
108 | generate: $(SRC) | 108 | generate: $(SRC) |
109 | $(SRC): | 109 | $(SRC): |
110 | @$(TOP)/util/point.sh dummytest.c $@ | 110 | @sh $(TOP)/util/point.sh dummytest.c $@ |
111 | 111 | ||
112 | errors: | 112 | errors: |
113 | 113 | ||