blob: 1eb1d40dbe8de36b024f9e259b43f9b3e8d88b2f [file] [log] [blame]
Kinson Chika8fa74c2011-07-29 11:33:41 -07001CONFIGURE_ARGS="\
2linux-generic32 \
3no-idea no-cast no-seed no-md2 no-sha0 no-whrlpool \
4-DL_ENDIAN \
5"
6
7# unneeded directories
8UNNEEDED_SOURCES="\
9MacOS \
10Netware \
11VMS \
12apps/demoCA \
13apps/set \
14bugs \
15certs \
16crypto/camellia \
17crypto/cast \
18crypto/cms \
19crypto/idea \
20crypto/md2 \
21crypto/rc5 \
22crypto/seed \
23crypto/whrlpool \
24demos \
25doc \
26engines \
27ms \
28os2 \
29perl \
30shlib \
31test \
32times \
33tools \
34util \
35"
36
37# unneeded files
38UNNEEDED_SOURCES+="\
39CHANGES \
40CHANGES.SSLeay \
41Configure \
42FAQ \
43INSTALL \
44INSTALL.DJGPP \
45INSTALL.MacOS \
46INSTALL.NW \
47INSTALL.OS2 \
48INSTALL.VMS \
49INSTALL.W32 \
50INSTALL.W64 \
51INSTALL.WCE \
52LICENSE \
53Makefile \
54Makefile.org \
55Makefile.shared \
56NEWS \
57PROBLEMS \
58README \
59README.ASN1 \
60README.ENGINE \
61apps/Makefile \
62apps/ts.c \
63apps/tsget \
64config \
65crypto/Makefile \
66crypto/aes/Makefile \
67crypto/asn1/Makefile \
68crypto/bf/INSTALL \
69crypto/bf/Makefile \
70crypto/bf/README \
71crypto/bf/VERSION \
72crypto/bf/asm/readme \
73crypto/bf/bf_cbc.c \
74crypto/bf/bf_opts.c \
75crypto/bf/bfs.cpp \
76crypto/bf/bfspeed.c \
77crypto/bf/bftest.c \
78crypto/bio/Makefile \
79crypto/bn/Makefile \
80crypto/buffer/Makefile \
81crypto/comp/Makefile \
82crypto/conf/Makefile \
83crypto/des/Makefile \
84crypto/dh/Makefile \
85crypto/dh/dh_prn.c \
86crypto/dsa/Makefile \
87crypto/dso/Makefile \
88crypto/dso/dso_beos.c \
89crypto/ec/Makefile \
90crypto/ecdh/Makefile \
91crypto/ecdsa/Makefile \
92crypto/engine/Makefile \
93crypto/engine/tb_asnmth.c \
94crypto/engine/tb_pkmeth.c \
95crypto/err/Makefile \
96crypto/evp/Makefile \
97crypto/evp/m_md2.c \
98crypto/evp/m_sha.c \
99crypto/hmac/Makefile \
100crypto/jpake/Makefile \
101crypto/krb5/Makefile \
102crypto/lhash/Makefile \
103crypto/md4/Makefile \
104crypto/md5/Makefile \
105crypto/mdc2/Makefile \
106crypto/modes/Makefile \
107crypto/modes/cts128.c \
108crypto/modes/modes.h \
109crypto/objects/Makefile \
110crypto/ocsp/Makefile \
111crypto/pem/Makefile \
112crypto/pkcs12/Makefile \
113crypto/pkcs7/Makefile \
114crypto/pkcs7/bio_pk7.c \
115crypto/pqueue/Makefile \
116crypto/rand/Makefile \
117crypto/rc2/Makefile \
118crypto/rc4/Makefile \
119crypto/ripemd/Makefile \
120crypto/rsa/Makefile \
121crypto/sha/Makefile \
122crypto/sha/sha_one.c \
123crypto/stack/Makefile \
124crypto/store/Makefile \
125crypto/ts/Makefile \
126crypto/ts/ts.h \
127crypto/ts/ts_asn1.c \
128crypto/ts/ts_conf.c \
129crypto/ts/ts_lib.c \
130crypto/ts/ts_req_print.c \
131crypto/ts/ts_req_utils.c \
132crypto/ts/ts_rsp_print.c \
133crypto/ts/ts_rsp_sign.c \
134crypto/ts/ts_rsp_utils.c \
135crypto/ts/ts_rsp_verify.c \
136crypto/ts/ts_verify_ctx.c \
137crypto/txt_db/Makefile \
138crypto/ui/Makefile \
139crypto/x509/Makefile \
140crypto/x509v3/Makefile \
141include/openssl/camellia.h \
142include/openssl/cast.h \
143include/openssl/cms.h \
144include/openssl/idea.h \
145include/openssl/mdc2.h \
146include/openssl/seed.h \
147include/openssl/whrlpool.h \
148install.com \
149makevms.com \
150openssl.doxy \
151openssl.spec \
152"
153
154NEEDED_SOURCES="\
155apps \
156crypto \
157e_os.h \
158e_os2.h \
159ssl \
160include \
161"
162
163OPENSSL_PATCHES="\
164progs.patch \
165small_records.patch \
166handshake_cutthrough.patch \
167jsse.patch \
168secadv_20101116-2.patch \
169"
170
171OPENSSL_PATCHES_progs_SOURCES="\
172apps/openssl.c \
173apps/progs.h \
174apps/speed.c \
175crypto/ui/ui_openssl.c \
176"
177
178OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\
179apps/s_client.c \
180ssl/s3_clnt.c \
181ssl/s3_lib.c \
182ssl/ssl.h \
183ssl/ssl3.h \
184ssl/ssl_lib.c \
185ssl/ssltest.c \
186test/testssl \
187"
188
189OPENSSL_PATCHES_small_records_SOURCES="\
190ssl/d1_pkt.c \
191ssl/s23_srvr.c \
192ssl/s3_both.c \
193ssl/s3_pkt.c \
194ssl/ssl.h \
195ssl/ssl3.h \
196ssl/ssltest.c \
197test/testssl \
198"
199
200OPENSSL_PATCHES_jsse_SOURCES="\
201ssl/ssl.h \
202ssl/d1_clnt.c \
203ssl/s23_clnt.c \
204ssl/s3_both.c \
205ssl/s3_clnt.c \
206ssl/s3_srvr.c \
207ssl/ssl_err.c \
208ssl/ssl_lib.c \
209ssl/ssl_locl.h
210ssl/ssl_rsa.c \
211ssl/ssl_sess.c \
212"
213
214OPENSSL_PATCHES_secadv_20101116_2_SOURCES="\
215ssl/t1_lib.c \
216"