1CONFIGURE_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/demoSRP \ 14apps/set \ 15bugs \ 16certs \ 17crypto/camellia \ 18crypto/cast \ 19crypto/cms \ 20crypto/idea \ 21crypto/md2 \ 22crypto/rc5 \ 23crypto/seed \ 24crypto/whrlpool \ 25demos \ 26doc \ 27engines \ 28ms \ 29os2 \ 30perl \ 31shlib \ 32test \ 33times \ 34tools \ 35util \ 36" 37 38# unneeded files 39UNNEEDED_SOURCES+="\ 40CHANGES \ 41CHANGES.SSLeay \ 42Configure \ 43FAQ \ 44INSTALL \ 45INSTALL.DJGPP \ 46INSTALL.MacOS \ 47INSTALL.NW \ 48INSTALL.OS2 \ 49INSTALL.VMS \ 50INSTALL.W32 \ 51INSTALL.W64 \ 52INSTALL.WCE \ 53LICENSE \ 54Makefile \ 55Makefile.org \ 56Makefile.shared \ 57NEWS \ 58PROBLEMS \ 59README \ 60README.ASN1 \ 61README.ENGINE \ 62apps/CA.com \ 63apps/Makefile \ 64apps/install-apps.com \ 65apps/makeapps.com \ 66apps/openssl-vms.cnf \ 67apps/ts.c \ 68apps/tsget \ 69apps/vms_decc_init.c \ 70config \ 71crypto/LPdir_vms.c \ 72crypto/LPdir_win32.c \ 73crypto/Makefile \ 74crypto/aes/Makefile \ 75crypto/armcap.c \ 76crypto/asn1/Makefile \ 77crypto/bf/INSTALL \ 78crypto/bf/Makefile \ 79crypto/bf/README \ 80crypto/bf/VERSION \ 81crypto/bf/asm/readme \ 82crypto/bf/bf_cbc.c \ 83crypto/bf/bf_opts.c \ 84crypto/bf/bfs.cpp \ 85crypto/bf/bfspeed.c \ 86crypto/bf/bftest.c \ 87crypto/bio/Makefile \ 88crypto/bio/bss_rtcp.c \ 89crypto/bn/Makefile \ 90crypto/bn/asm/vms.mar \ 91crypto/bn/bn_x931p.c \ 92crypto/bn/vms-helper.c \ 93crypto/buffer/Makefile \ 94crypto/cmac/Makefile \ 95crypto/comp/Makefile \ 96crypto/conf/Makefile \ 97crypto/crypto-lib.com \ 98crypto/des/Makefile \ 99crypto/des/des-lib.com \ 100crypto/dh/Makefile \ 101crypto/dh/dh_prn.c \ 102crypto/dsa/Makefile \ 103crypto/dso/Makefile \ 104crypto/dso/dso_beos.c \ 105crypto/dso/dso_vms.c \ 106crypto/dso/dso_win32.c \ 107crypto/ec/Makefile \ 108crypto/ec/ecp_nistp224.c \ 109crypto/ec/ecp_nistp256.c \ 110crypto/ec/ecp_nistp521.c \ 111crypto/ec/ecp_nistputil.c \ 112crypto/ecdh/Makefile \ 113crypto/ecdsa/Makefile \ 114crypto/engine/Makefile \ 115crypto/engine/eng_rdrand.c \ 116crypto/engine/eng_rsax.c \ 117crypto/err/Makefile \ 118crypto/evp/Makefile \ 119crypto/evp/evp_fips.c \ 120crypto/evp/m_md2.c \ 121crypto/evp/m_sha.c \ 122crypto/fips_err.h \ 123crypto/fips_ers.c \ 124crypto/hmac/Makefile \ 125crypto/install-crypto.com \ 126crypto/jpake/Makefile \ 127crypto/krb5/Makefile \ 128crypto/lhash/Makefile \ 129crypto/md4/Makefile \ 130crypto/md5/Makefile \ 131crypto/mdc2/Makefile \ 132crypto/modes/Makefile \ 133crypto/modes/cts128.c \ 134crypto/modes/modes.h \ 135crypto/o_fips.c \ 136crypto/objects/Makefile \ 137crypto/ocsp/Makefile \ 138crypto/pem/Makefile \ 139crypto/pkcs12/Makefile \ 140crypto/pkcs7/Makefile \ 141crypto/pkcs7/bio_pk7.c \ 142crypto/ppccap.c \ 143crypto/pqueue/Makefile \ 144crypto/rand/Makefile \ 145crypto/rand/rand_vms.c \ 146crypto/rc2/Makefile \ 147crypto/rc4/Makefile \ 148crypto/ripemd/Makefile \ 149crypto/rsa/Makefile \ 150crypto/sha/Makefile \ 151crypto/sha/sha_one.c \ 152crypto/srp/Makefile \ 153crypto/srp/srptest.c \ 154crypto/stack/Makefile \ 155crypto/store/Makefile \ 156crypto/threads/pthreads-vms.com \ 157crypto/threads/win32.bat \ 158crypto/ts/Makefile \ 159crypto/ts/ts.h \ 160crypto/ts/ts_asn1.c \ 161crypto/ts/ts_conf.c \ 162crypto/ts/ts_lib.c \ 163crypto/ts/ts_req_print.c \ 164crypto/ts/ts_req_utils.c \ 165crypto/ts/ts_rsp_print.c \ 166crypto/ts/ts_rsp_sign.c \ 167crypto/ts/ts_rsp_utils.c \ 168crypto/ts/ts_rsp_verify.c \ 169crypto/ts/ts_verify_ctx.c \ 170crypto/txt_db/Makefile \ 171crypto/ui/Makefile \ 172crypto/vms_rms.h 173crypto/x509/Makefile \ 174crypto/x509v3/Makefile \ 175include/openssl/camellia.h \ 176include/openssl/cast.h \ 177include/openssl/cms.h \ 178include/openssl/idea.h \ 179include/openssl/mdc2.h \ 180include/openssl/seed.h \ 181include/openssl/whrlpool.h \ 182install.com \ 183makevms.com \ 184openssl.doxy \ 185openssl.spec \ 186ssl/install-ssl.com \ 187ssl/ssl-lib.com \ 188ssl/ssl_task.c \ 189" 190 191NEEDED_SOURCES="\ 192apps \ 193crypto \ 194e_os.h \ 195e_os2.h \ 196ssl \ 197include \ 198" 199 200OPENSSL_PATCHES="\ 201progs.patch \ 202small_records.patch \ 203handshake_cutthrough.patch \ 204jsse.patch \ 205sha1_armv4_large.patch \ 206" 207 208OPENSSL_PATCHES_progs_SOURCES="\ 209apps/openssl.c \ 210apps/progs.h \ 211apps/speed.c \ 212crypto/ui/ui_openssl.c \ 213" 214 215OPENSSL_PATCHES_handshake_cutthrough_SOURCES="\ 216apps/s_client.c \ 217ssl/s3_clnt.c \ 218ssl/s3_lib.c \ 219ssl/ssl.h \ 220ssl/ssl3.h \ 221ssl/ssl_lib.c \ 222ssl/ssltest.c \ 223test/testssl \ 224" 225 226OPENSSL_PATCHES_small_records_SOURCES="\ 227ssl/d1_pkt.c \ 228ssl/s23_srvr.c \ 229ssl/s3_both.c \ 230ssl/s3_pkt.c \ 231ssl/ssl.h \ 232ssl/ssl3.h \ 233ssl/ssltest.c \ 234test/testssl \ 235" 236 237OPENSSL_PATCHES_jsse_SOURCES="\ 238ssl/ssl.h \ 239ssl/d1_clnt.c \ 240ssl/s23_clnt.c \ 241ssl/s3_both.c \ 242ssl/s3_clnt.c \ 243ssl/s3_srvr.c \ 244ssl/ssl_ciph.c \ 245ssl/ssl_err.c \ 246ssl/ssl_lib.c \ 247ssl/ssl_locl.h 248ssl/ssl_rsa.c \ 249ssl/ssl_sess.c \ 250" 251