Home | History | Annotate | Download | only in openssl
      1 CONFIGURE_ARGS="\
      2 -DL_ENDIAN \
      3 no-camellia \
      4 no-capieng \
      5 no-cast \
      6 no-dtls1 \
      7 no-gost \
      8 no-gmp \
      9 no-heartbeats \
     10 no-idea \
     11 no-jpake \
     12 no-md2 \
     13 no-mdc2 \
     14 no-rc5 \
     15 no-rdrand \
     16 no-ripemd \
     17 no-rfc3779 \
     18 no-rsax \
     19 no-sctp \
     20 no-seed \
     21 no-sha0 \
     22 no-static_engine \
     23 no-whirlpool \
     24 no-zlib \
     25 "
     26 
     27 # configure arguments specific for 32-bit arch
     28 CONFIGURE_ARGS_32="\
     29 linux-generic32 \
     30 "
     31 
     32 # configure arguments specific for 64-bit arch
     33 CONFIGURE_ARGS_64="\
     34 linux-generic64 \
     35 "
     36 
     37 # configure arguments specific for static build
     38 CONFIGURE_ARGS_STATIC="\
     39 no-dso \
     40 "
     41 
     42 # unneeded directories
     43 UNNEEDED_SOURCES="\
     44 MacOS \
     45 Netware \
     46 VMS \
     47 apps/demoCA \
     48 apps/demoSRP \
     49 apps/set \
     50 bugs \
     51 certs \
     52 crypto/camellia \
     53 crypto/cast \
     54 crypto/idea \
     55 crypto/md2 \
     56 crypto/rc5 \
     57 crypto/ripemd \
     58 crypto/seed \
     59 crypto/whrlpool \
     60 demos \
     61 doc \
     62 engines \
     63 ms \
     64 os2 \
     65 perl \
     66 shlib \
     67 test \
     68 times \
     69 tools \
     70 util \
     71 "
     72 
     73 # unneeded files
     74 UNNEEDED_SOURCES+="\
     75 CHANGES \
     76 CHANGES.SSLeay \
     77 Configure \
     78 FAQ \
     79 INSTALL \
     80 INSTALL.DJGPP \
     81 INSTALL.MacOS \
     82 INSTALL.NW \
     83 INSTALL.OS2 \
     84 INSTALL.VMS \
     85 INSTALL.W32 \
     86 INSTALL.W64 \
     87 INSTALL.WCE \
     88 LICENSE \
     89 Makefile \
     90 Makefile.org \
     91 Makefile.shared \
     92 NEWS \
     93 PROBLEMS \
     94 README \
     95 README.ASN1 \
     96 README.ENGINE \
     97 apps/CA.com \
     98 apps/Makefile \
     99 apps/install-apps.com \
    100 apps/makeapps.com \
    101 apps/openssl-vms.cnf \
    102 apps/ts.c \
    103 apps/tsget \
    104 apps/vms_decc_init.c \
    105 config \
    106 crypto/LPdir_vms.c \
    107 crypto/Makefile \
    108 crypto/aes/Makefile \
    109 crypto/asn1/Makefile \
    110 crypto/bf/INSTALL \
    111 crypto/bf/Makefile \
    112 crypto/bf/README \
    113 crypto/bf/VERSION \
    114 crypto/bf/asm/readme \
    115 crypto/bf/bf_cbc.c \
    116 crypto/bf/bf_opts.c \
    117 crypto/bf/bfs.cpp \
    118 crypto/bf/bfspeed.c \
    119 crypto/bf/bftest.c \
    120 crypto/bio/Makefile \
    121 crypto/bio/bss_rtcp.c \
    122 crypto/bn/Makefile \
    123 crypto/bn/asm/vms.mar \
    124 crypto/bn/bn_x931p.c \
    125 crypto/bn/vms-helper.c \
    126 crypto/buffer/Makefile \
    127 crypto/cmac/Makefile \
    128 crypto/cms/Makefile \
    129 crypto/comp/Makefile \
    130 crypto/conf/Makefile \
    131 crypto/constant_time_test.c \
    132 crypto/crypto-lib.com \
    133 crypto/des/Makefile \
    134 crypto/des/des-lib.com \
    135 crypto/dh/Makefile \
    136 crypto/dh/dh_prn.c \
    137 crypto/dsa/Makefile \
    138 crypto/dso/Makefile \
    139 crypto/dso/dso_beos.c \
    140 crypto/dso/dso_vms.c \
    141 crypto/dso/dso_win32.c \
    142 crypto/ec/Makefile \
    143 crypto/ec/ecp_nistp224.c \
    144 crypto/ec/ecp_nistp256.c \
    145 crypto/ec/ecp_nistp521.c \
    146 crypto/ec/ecp_nistputil.c \
    147 crypto/ecdh/Makefile \
    148 crypto/ecdsa/Makefile \
    149 crypto/engine/Makefile \
    150 crypto/engine/eng_rdrand.c \
    151 crypto/engine/eng_rsax.c \
    152 crypto/err/Makefile \
    153 crypto/evp/Makefile \
    154 crypto/evp/evp_fips.c \
    155 crypto/evp/m_md2.c \
    156 crypto/evp/m_sha.c \
    157 crypto/fips_err.h \
    158 crypto/fips_ers.c \
    159 crypto/hmac/Makefile \
    160 crypto/install-crypto.com \
    161 crypto/jpake/Makefile \
    162 crypto/krb5/Makefile \
    163 crypto/lhash/Makefile \
    164 crypto/md4/Makefile \
    165 crypto/md5/Makefile \
    166 crypto/mdc2/Makefile \
    167 crypto/modes/Makefile \
    168 crypto/modes/cts128.c \
    169 crypto/modes/modes.h \
    170 crypto/o_fips.c \
    171 crypto/objects/Makefile \
    172 crypto/ocsp/Makefile \
    173 crypto/pem/Makefile \
    174 crypto/pkcs12/Makefile \
    175 crypto/pkcs7/Makefile \
    176 crypto/pkcs7/bio_pk7.c \
    177 crypto/ppccap.c \
    178 crypto/pqueue/Makefile \
    179 crypto/rand/Makefile \
    180 crypto/rand/rand_vms.c \
    181 crypto/rc2/Makefile \
    182 crypto/rc4/Makefile \
    183 crypto/rsa/Makefile \
    184 crypto/sha/Makefile \
    185 crypto/sha/sha_one.c \
    186 crypto/srp/Makefile \
    187 crypto/srp/srptest.c \
    188 crypto/stack/Makefile \
    189 crypto/store/Makefile \
    190 crypto/threads/pthreads-vms.com \
    191 crypto/threads/win32.bat \
    192 crypto/ts/Makefile \
    193 crypto/ts/ts.h \
    194 crypto/ts/ts_asn1.c \
    195 crypto/ts/ts_conf.c \
    196 crypto/ts/ts_lib.c \
    197 crypto/ts/ts_req_print.c \
    198 crypto/ts/ts_req_utils.c \
    199 crypto/ts/ts_rsp_print.c \
    200 crypto/ts/ts_rsp_sign.c \
    201 crypto/ts/ts_rsp_utils.c \
    202 crypto/ts/ts_rsp_verify.c \
    203 crypto/ts/ts_verify_ctx.c \
    204 crypto/txt_db/Makefile \
    205 crypto/ui/Makefile \
    206 crypto/vms_rms.h
    207 crypto/x509/Makefile \
    208 crypto/x509v3/Makefile \
    209 include/openssl/camellia.h \
    210 include/openssl/cast.h \
    211 include/openssl/idea.h \
    212 include/openssl/mdc2.h \
    213 include/openssl/seed.h \
    214 include/openssl/whrlpool.h \
    215 install.com \
    216 makevms.com \
    217 openssl.doxy \
    218 openssl.spec \
    219 ssl/Makefile \
    220 ssl/heartbeat_test.c \
    221 ssl/install-ssl.com \
    222 ssl/ssl-lib.com \
    223 ssl/ssl_task.c \
    224 ssl/ssl_utst.c \
    225 "
    226 
    227 NEEDED_SOURCES="\
    228 apps \
    229 crypto \
    230 e_os.h \
    231 e_os2.h \
    232 ssl \
    233 include \
    234 "
    235 
    236 # Arch-specific compiler defines for crypto/ library.
    237 #
    238 OPENSSL_CRYPTO_DEFINES="\
    239 NO_WINDOWS_BRAINDEATH \
    240 "
    241 
    242 OPENSSL_CRYPTO_DEFINES_arm="\
    243 AES_ASM \
    244 BSAES_ASM \
    245 DES_UNROLL \
    246 GHASH_ASM \
    247 OPENSSL_BN_ASM_GF2m \
    248 OPENSSL_BN_ASM_MONT \
    249 OPENSSL_CPUID_OBJ \
    250 SHA1_ASM \
    251 SHA256_ASM \
    252 SHA512_ASM \
    253 "
    254 
    255 OPENSSL_CRYPTO_DEFINES_arm64="\
    256 DES_UNROLL \
    257 OPENSSL_CPUID_OBJ \
    258 SHA1_ASM \
    259 SHA256_ASM \
    260 SHA512_ASM \
    261 "
    262 
    263 OPENSSL_CRYPTO_DEFINES_mips="\
    264 OPENSSL_BN_ASM_MONT \
    265 AES_ASM \
    266 SHA1_ASM \
    267 SHA256_ASM \
    268 "
    269 
    270 OPENSSL_CRYPTO_DEFINES_x86="\
    271 AES_ASM \
    272 DES_PTR \
    273 DES_RISC1 \
    274 DES_UNROLL \
    275 GHASH_ASM \
    276 MD5_ASM \
    277 OPENSSL_BN_ASM_GF2m \
    278 OPENSSL_BN_ASM_MONT \
    279 OPENSSL_BN_ASM_PART_WORDS \
    280 OPENSSL_CPUID_OBJ \
    281 OPENSSL_IA32_SSE2 \
    282 RC4_INDEX \
    283 RMD160_ASM \
    284 SHA1_ASM \
    285 SHA256_ASM \
    286 SHA512_ASM \
    287 VPAES_ASM \
    288 "
    289 
    290 OPENSSL_CRYPTO_DEFINES_x86_64="\
    291 AES_ASM \
    292 BSAES_ASM \
    293 DES_UNROLL \
    294 GHASH_ASM \
    295 MD5_ASM \
    296 OPENSSL_BN_ASM_GF2m \
    297 OPENSSL_BN_ASM_MONT \
    298 OPENSSL_BN_ASM_MONT5 \
    299 OPENSSL_CPUID_OBJ \
    300 OPENSSL_IA32_SSE2 \
    301 SHA1_ASM \
    302 SHA256_ASM \
    303 SHA512_ASM \
    304 VPAES_ASM \
    305 "
    306 
    307 OPENSSL_CRYPTO_INCLUDES="\
    308 . \
    309 include \
    310 crypto \
    311 crypto/asn1 \
    312 crypto/evp \
    313 crypto/modes \
    314 include \
    315 include/openssl \
    316 "
    317 
    318 OPENSSL_CRYPTO_SOURCES="\
    319 crypto/cryptlib.c \
    320 crypto/mem.c \
    321 crypto/mem_clr.c \
    322 crypto/mem_dbg.c \
    323 crypto/cversion.c \
    324 crypto/ex_data.c \
    325 crypto/cpt_err.c \
    326 crypto/ebcdic.c \
    327 crypto/uid.c \
    328 crypto/o_time.c \
    329 crypto/o_str.c \
    330 crypto/o_dir.c \
    331 crypto/aes/aes_cbc.c \
    332 crypto/aes/aes_cfb.c \
    333 crypto/aes/aes_core.c \
    334 crypto/aes/aes_ctr.c \
    335 crypto/aes/aes_ecb.c \
    336 crypto/aes/aes_misc.c \
    337 crypto/aes/aes_ofb.c \
    338 crypto/aes/aes_wrap.c \
    339 crypto/asn1/a_bitstr.c \
    340 crypto/asn1/a_bool.c \
    341 crypto/asn1/a_bytes.c \
    342 crypto/asn1/a_d2i_fp.c \
    343 crypto/asn1/a_digest.c \
    344 crypto/asn1/a_dup.c \
    345 crypto/asn1/a_enum.c \
    346 crypto/asn1/a_gentm.c \
    347 crypto/asn1/a_i2d_fp.c \
    348 crypto/asn1/a_int.c \
    349 crypto/asn1/a_mbstr.c \
    350 crypto/asn1/a_object.c \
    351 crypto/asn1/a_octet.c \
    352 crypto/asn1/a_print.c \
    353 crypto/asn1/a_set.c \
    354 crypto/asn1/a_sign.c \
    355 crypto/asn1/a_strex.c \
    356 crypto/asn1/a_strnid.c \
    357 crypto/asn1/a_time.c \
    358 crypto/asn1/a_type.c \
    359 crypto/asn1/a_utctm.c \
    360 crypto/asn1/a_utf8.c \
    361 crypto/asn1/a_verify.c \
    362 crypto/asn1/ameth_lib.c \
    363 crypto/asn1/asn1_err.c \
    364 crypto/asn1/asn1_gen.c \
    365 crypto/asn1/asn1_lib.c \
    366 crypto/asn1/asn1_par.c \
    367 crypto/asn1/asn_mime.c \
    368 crypto/asn1/asn_moid.c \
    369 crypto/asn1/asn_pack.c \
    370 crypto/asn1/bio_asn1.c \
    371 crypto/asn1/bio_ndef.c \
    372 crypto/asn1/d2i_pr.c \
    373 crypto/asn1/d2i_pu.c \
    374 crypto/asn1/evp_asn1.c \
    375 crypto/asn1/f_enum.c \
    376 crypto/asn1/f_int.c \
    377 crypto/asn1/f_string.c \
    378 crypto/asn1/i2d_pr.c \
    379 crypto/asn1/i2d_pu.c \
    380 crypto/asn1/n_pkey.c \
    381 crypto/asn1/nsseq.c \
    382 crypto/asn1/p5_pbe.c \
    383 crypto/asn1/p5_pbev2.c \
    384 crypto/asn1/p8_pkey.c \
    385 crypto/asn1/t_bitst.c \
    386 crypto/asn1/t_crl.c \
    387 crypto/asn1/t_pkey.c \
    388 crypto/asn1/t_req.c \
    389 crypto/asn1/t_spki.c \
    390 crypto/asn1/t_x509.c \
    391 crypto/asn1/t_x509a.c \
    392 crypto/asn1/tasn_dec.c \
    393 crypto/asn1/tasn_enc.c \
    394 crypto/asn1/tasn_fre.c \
    395 crypto/asn1/tasn_new.c \
    396 crypto/asn1/tasn_prn.c \
    397 crypto/asn1/tasn_typ.c \
    398 crypto/asn1/tasn_utl.c \
    399 crypto/asn1/x_algor.c \
    400 crypto/asn1/x_attrib.c \
    401 crypto/asn1/x_bignum.c \
    402 crypto/asn1/x_crl.c \
    403 crypto/asn1/x_exten.c \
    404 crypto/asn1/x_info.c \
    405 crypto/asn1/x_long.c \
    406 crypto/asn1/x_name.c \
    407 crypto/asn1/x_nx509.c \
    408 crypto/asn1/x_pkey.c \
    409 crypto/asn1/x_pubkey.c \
    410 crypto/asn1/x_req.c \
    411 crypto/asn1/x_sig.c \
    412 crypto/asn1/x_spki.c \
    413 crypto/asn1/x_val.c \
    414 crypto/asn1/x_x509.c \
    415 crypto/asn1/x_x509a.c \
    416 crypto/bf/bf_cfb64.c \
    417 crypto/bf/bf_ecb.c \
    418 crypto/bf/bf_enc.c \
    419 crypto/bf/bf_ofb64.c \
    420 crypto/bf/bf_skey.c \
    421 crypto/bio/b_dump.c \
    422 crypto/bio/b_print.c \
    423 crypto/bio/b_sock.c \
    424 crypto/bio/bf_buff.c \
    425 crypto/bio/bf_nbio.c \
    426 crypto/bio/bf_null.c \
    427 crypto/bio/bio_cb.c \
    428 crypto/bio/bio_err.c \
    429 crypto/bio/bio_lib.c \
    430 crypto/bio/bss_acpt.c \
    431 crypto/bio/bss_bio.c \
    432 crypto/bio/bss_conn.c \
    433 crypto/bio/bss_dgram.c \
    434 crypto/bio/bss_fd.c \
    435 crypto/bio/bss_file.c \
    436 crypto/bio/bss_log.c \
    437 crypto/bio/bss_mem.c \
    438 crypto/bio/bss_null.c \
    439 crypto/bio/bss_sock.c \
    440 crypto/bn/bn_add.c \
    441 crypto/bn/bn_asm.c \
    442 crypto/bn/bn_blind.c \
    443 crypto/bn/bn_const.c \
    444 crypto/bn/bn_ctx.c \
    445 crypto/bn/bn_div.c \
    446 crypto/bn/bn_err.c \
    447 crypto/bn/bn_exp.c \
    448 crypto/bn/bn_exp2.c \
    449 crypto/bn/bn_gcd.c \
    450 crypto/bn/bn_gf2m.c \
    451 crypto/bn/bn_kron.c \
    452 crypto/bn/bn_lib.c \
    453 crypto/bn/bn_mod.c \
    454 crypto/bn/bn_mont.c \
    455 crypto/bn/bn_mpi.c \
    456 crypto/bn/bn_mul.c \
    457 crypto/bn/bn_nist.c \
    458 crypto/bn/bn_prime.c \
    459 crypto/bn/bn_print.c \
    460 crypto/bn/bn_rand.c \
    461 crypto/bn/bn_recp.c \
    462 crypto/bn/bn_shift.c \
    463 crypto/bn/bn_sqr.c \
    464 crypto/bn/bn_sqrt.c \
    465 crypto/bn/bn_word.c \
    466 crypto/buffer/buf_err.c \
    467 crypto/buffer/buf_str.c \
    468 crypto/buffer/buffer.c \
    469 crypto/cmac/cm_ameth.c \
    470 crypto/cmac/cm_pmeth.c \
    471 crypto/cmac/cmac.c \
    472 crypto/cms/cms_asn1.c \
    473 crypto/cms/cms_att.c \
    474 crypto/cms/cms_cd.c \
    475 crypto/cms/cms_dd.c \
    476 crypto/cms/cms_enc.c \
    477 crypto/cms/cms_env.c \
    478 crypto/cms/cms_err.c \
    479 crypto/cms/cms_ess.c \
    480 crypto/cms/cms_io.c \
    481 crypto/cms/cms_lib.c \
    482 crypto/cms/cms_pwri.c \
    483 crypto/cms/cms_sd.c \
    484 crypto/cms/cms_smime.c \
    485 crypto/comp/c_rle.c \
    486 crypto/comp/c_zlib.c \
    487 crypto/comp/comp_err.c \
    488 crypto/comp/comp_lib.c \
    489 crypto/conf/conf_api.c \
    490 crypto/conf/conf_def.c \
    491 crypto/conf/conf_err.c \
    492 crypto/conf/conf_lib.c \
    493 crypto/conf/conf_mall.c \
    494 crypto/conf/conf_mod.c \
    495 crypto/conf/conf_sap.c \
    496 crypto/constant_time_locl.h \
    497 crypto/des/cbc_cksm.c \
    498 crypto/des/cbc_enc.c \
    499 crypto/des/cfb64ede.c \
    500 crypto/des/cfb64enc.c \
    501 crypto/des/cfb_enc.c \
    502 crypto/des/des_enc.c \
    503 crypto/des/des_old.c \
    504 crypto/des/des_old2.c \
    505 crypto/des/ecb3_enc.c \
    506 crypto/des/ecb_enc.c \
    507 crypto/des/ede_cbcm_enc.c \
    508 crypto/des/enc_read.c \
    509 crypto/des/enc_writ.c \
    510 crypto/des/fcrypt.c \
    511 crypto/des/fcrypt_b.c \
    512 crypto/des/ofb64ede.c \
    513 crypto/des/ofb64enc.c \
    514 crypto/des/ofb_enc.c \
    515 crypto/des/pcbc_enc.c \
    516 crypto/des/qud_cksm.c \
    517 crypto/des/rand_key.c \
    518 crypto/des/read2pwd.c \
    519 crypto/des/rpc_enc.c \
    520 crypto/des/set_key.c \
    521 crypto/des/str2key.c \
    522 crypto/des/xcbc_enc.c \
    523 crypto/dh/dh_ameth.c \
    524 crypto/dh/dh_asn1.c \
    525 crypto/dh/dh_check.c \
    526 crypto/dh/dh_depr.c \
    527 crypto/dh/dh_err.c \
    528 crypto/dh/dh_gen.c \
    529 crypto/dh/dh_key.c \
    530 crypto/dh/dh_lib.c \
    531 crypto/dh/dh_pmeth.c \
    532 crypto/dsa/dsa_ameth.c \
    533 crypto/dsa/dsa_asn1.c \
    534 crypto/dsa/dsa_depr.c \
    535 crypto/dsa/dsa_err.c \
    536 crypto/dsa/dsa_gen.c \
    537 crypto/dsa/dsa_key.c \
    538 crypto/dsa/dsa_lib.c \
    539 crypto/dsa/dsa_ossl.c \
    540 crypto/dsa/dsa_pmeth.c \
    541 crypto/dsa/dsa_prn.c \
    542 crypto/dsa/dsa_sign.c \
    543 crypto/dsa/dsa_vrf.c \
    544 crypto/dso/dso_dl.c \
    545 crypto/dso/dso_dlfcn.c \
    546 crypto/dso/dso_err.c \
    547 crypto/dso/dso_lib.c \
    548 crypto/dso/dso_null.c \
    549 crypto/dso/dso_openssl.c \
    550 crypto/ec/ec2_mult.c \
    551 crypto/ec/ec2_oct.c \
    552 crypto/ec/ec2_smpl.c \
    553 crypto/ec/ec_ameth.c \
    554 crypto/ec/ec_asn1.c \
    555 crypto/ec/ec_check.c \
    556 crypto/ec/ec_curve.c \
    557 crypto/ec/ec_cvt.c \
    558 crypto/ec/ec_err.c \
    559 crypto/ec/ec_key.c \
    560 crypto/ec/ec_lib.c \
    561 crypto/ec/ec_mult.c \
    562 crypto/ec/ec_oct.c \
    563 crypto/ec/ec_pmeth.c \
    564 crypto/ec/ec_print.c \
    565 crypto/ec/eck_prn.c \
    566 crypto/ec/ecp_mont.c \
    567 crypto/ec/ecp_nist.c \
    568 crypto/ec/ecp_oct.c \
    569 crypto/ec/ecp_smpl.c \
    570 crypto/ecdh/ech_err.c \
    571 crypto/ecdh/ech_key.c \
    572 crypto/ecdh/ech_lib.c \
    573 crypto/ecdh/ech_ossl.c \
    574 crypto/ecdsa/ecs_asn1.c \
    575 crypto/ecdsa/ecs_err.c \
    576 crypto/ecdsa/ecs_lib.c \
    577 crypto/ecdsa/ecs_ossl.c \
    578 crypto/ecdsa/ecs_sign.c \
    579 crypto/ecdsa/ecs_vrf.c \
    580 crypto/engine/eng_all.c \
    581 crypto/engine/eng_cnf.c \
    582 crypto/engine/eng_ctrl.c \
    583 crypto/engine/eng_dyn.c \
    584 crypto/engine/eng_err.c \
    585 crypto/engine/eng_fat.c \
    586 crypto/engine/eng_init.c \
    587 crypto/engine/eng_lib.c \
    588 crypto/engine/eng_list.c \
    589 crypto/engine/eng_pkey.c \
    590 crypto/engine/eng_table.c \
    591 crypto/engine/tb_asnmth.c \
    592 crypto/engine/tb_cipher.c \
    593 crypto/engine/tb_dh.c \
    594 crypto/engine/tb_digest.c \
    595 crypto/engine/tb_dsa.c \
    596 crypto/engine/tb_ecdh.c \
    597 crypto/engine/tb_ecdsa.c \
    598 crypto/engine/tb_pkmeth.c \
    599 crypto/engine/tb_rand.c \
    600 crypto/engine/tb_rsa.c \
    601 crypto/engine/tb_store.c \
    602 crypto/err/err.c \
    603 crypto/err/err_all.c \
    604 crypto/err/err_prn.c \
    605 crypto/evp/bio_b64.c \
    606 crypto/evp/bio_enc.c \
    607 crypto/evp/bio_md.c \
    608 crypto/evp/bio_ok.c \
    609 crypto/evp/c_all.c \
    610 crypto/evp/c_allc.c \
    611 crypto/evp/c_alld.c \
    612 crypto/evp/digest.c \
    613 crypto/evp/e_aes.c \
    614 crypto/evp/e_aes_cbc_hmac_sha1.c \
    615 crypto/evp/e_bf.c \
    616 crypto/evp/e_des.c \
    617 crypto/evp/e_des3.c \
    618 crypto/evp/e_null.c \
    619 crypto/evp/e_old.c \
    620 crypto/evp/e_rc2.c \
    621 crypto/evp/e_rc4.c \
    622 crypto/evp/e_rc4_hmac_md5.c \
    623 crypto/evp/e_rc5.c \
    624 crypto/evp/e_xcbc_d.c \
    625 crypto/evp/encode.c \
    626 crypto/evp/evp_acnf.c \
    627 crypto/evp/evp_cnf.c \
    628 crypto/evp/evp_enc.c \
    629 crypto/evp/evp_err.c \
    630 crypto/evp/evp_key.c \
    631 crypto/evp/evp_lib.c \
    632 crypto/evp/evp_pbe.c \
    633 crypto/evp/evp_pkey.c \
    634 crypto/evp/m_dss.c \
    635 crypto/evp/m_dss1.c \
    636 crypto/evp/m_ecdsa.c \
    637 crypto/evp/m_md4.c \
    638 crypto/evp/m_md5.c \
    639 crypto/evp/m_mdc2.c \
    640 crypto/evp/m_null.c \
    641 crypto/evp/m_sha1.c \
    642 crypto/evp/m_sigver.c \
    643 crypto/evp/m_wp.c \
    644 crypto/evp/names.c \
    645 crypto/evp/p5_crpt.c \
    646 crypto/evp/p5_crpt2.c \
    647 crypto/evp/p_dec.c \
    648 crypto/evp/p_enc.c \
    649 crypto/evp/p_lib.c \
    650 crypto/evp/p_open.c \
    651 crypto/evp/p_seal.c \
    652 crypto/evp/p_sign.c \
    653 crypto/evp/p_verify.c \
    654 crypto/evp/pmeth_fn.c \
    655 crypto/evp/pmeth_gn.c \
    656 crypto/evp/pmeth_lib.c \
    657 crypto/hmac/hm_ameth.c \
    658 crypto/hmac/hm_pmeth.c \
    659 crypto/hmac/hmac.c \
    660 crypto/krb5/krb5_asn.c \
    661 crypto/lhash/lh_stats.c \
    662 crypto/lhash/lhash.c \
    663 crypto/md4/md4_dgst.c \
    664 crypto/md4/md4_one.c \
    665 crypto/md5/md5_dgst.c \
    666 crypto/md5/md5_one.c \
    667 crypto/modes/cbc128.c \
    668 crypto/modes/ccm128.c \
    669 crypto/modes/cfb128.c \
    670 crypto/modes/ctr128.c \
    671 crypto/modes/gcm128.c \
    672 crypto/modes/ofb128.c \
    673 crypto/modes/xts128.c \
    674 crypto/o_init.c \
    675 crypto/objects/o_names.c \
    676 crypto/objects/obj_dat.c \
    677 crypto/objects/obj_err.c \
    678 crypto/objects/obj_lib.c \
    679 crypto/objects/obj_xref.c \
    680 crypto/ocsp/ocsp_asn.c \
    681 crypto/ocsp/ocsp_cl.c \
    682 crypto/ocsp/ocsp_err.c \
    683 crypto/ocsp/ocsp_ext.c \
    684 crypto/ocsp/ocsp_ht.c \
    685 crypto/ocsp/ocsp_lib.c \
    686 crypto/ocsp/ocsp_prn.c \
    687 crypto/ocsp/ocsp_srv.c \
    688 crypto/ocsp/ocsp_vfy.c \
    689 crypto/pem/pem_all.c \
    690 crypto/pem/pem_err.c \
    691 crypto/pem/pem_info.c \
    692 crypto/pem/pem_lib.c \
    693 crypto/pem/pem_oth.c \
    694 crypto/pem/pem_pk8.c \
    695 crypto/pem/pem_pkey.c \
    696 crypto/pem/pem_seal.c \
    697 crypto/pem/pem_sign.c \
    698 crypto/pem/pem_x509.c \
    699 crypto/pem/pem_xaux.c \
    700 crypto/pem/pvkfmt.c \
    701 crypto/pkcs12/p12_add.c \
    702 crypto/pkcs12/p12_asn.c \
    703 crypto/pkcs12/p12_attr.c \
    704 crypto/pkcs12/p12_crpt.c \
    705 crypto/pkcs12/p12_crt.c \
    706 crypto/pkcs12/p12_decr.c \
    707 crypto/pkcs12/p12_init.c \
    708 crypto/pkcs12/p12_key.c \
    709 crypto/pkcs12/p12_kiss.c \
    710 crypto/pkcs12/p12_mutl.c \
    711 crypto/pkcs12/p12_npas.c \
    712 crypto/pkcs12/p12_p8d.c \
    713 crypto/pkcs12/p12_p8e.c \
    714 crypto/pkcs12/p12_utl.c \
    715 crypto/pkcs12/pk12err.c \
    716 crypto/pkcs7/pk7_asn1.c \
    717 crypto/pkcs7/pk7_attr.c \
    718 crypto/pkcs7/pk7_doit.c \
    719 crypto/pkcs7/pk7_lib.c \
    720 crypto/pkcs7/pk7_mime.c \
    721 crypto/pkcs7/pk7_smime.c \
    722 crypto/pkcs7/pkcs7err.c \
    723 crypto/pqueue/pqueue.c \
    724 crypto/rand/md_rand.c \
    725 crypto/rand/rand_egd.c \
    726 crypto/rand/rand_err.c \
    727 crypto/rand/rand_lib.c \
    728 crypto/rand/rand_unix.c \
    729 crypto/rand/rand_win.c \
    730 crypto/rand/randfile.c \
    731 crypto/rc2/rc2_cbc.c \
    732 crypto/rc2/rc2_ecb.c \
    733 crypto/rc2/rc2_skey.c \
    734 crypto/rc2/rc2cfb64.c \
    735 crypto/rc2/rc2ofb64.c \
    736 crypto/rc4/rc4_enc.c \
    737 crypto/rc4/rc4_skey.c \
    738 crypto/rc4/rc4_utl.c \
    739 crypto/rsa/rsa_ameth.c \
    740 crypto/rsa/rsa_asn1.c \
    741 crypto/rsa/rsa_chk.c \
    742 crypto/rsa/rsa_crpt.c \
    743 crypto/rsa/rsa_eay.c \
    744 crypto/rsa/rsa_err.c \
    745 crypto/rsa/rsa_gen.c \
    746 crypto/rsa/rsa_lib.c \
    747 crypto/rsa/rsa_none.c \
    748 crypto/rsa/rsa_null.c \
    749 crypto/rsa/rsa_oaep.c \
    750 crypto/rsa/rsa_pk1.c \
    751 crypto/rsa/rsa_pmeth.c \
    752 crypto/rsa/rsa_prn.c \
    753 crypto/rsa/rsa_pss.c \
    754 crypto/rsa/rsa_saos.c \
    755 crypto/rsa/rsa_sign.c \
    756 crypto/rsa/rsa_ssl.c \
    757 crypto/rsa/rsa_x931.c \
    758 crypto/sha/sha1_one.c \
    759 crypto/sha/sha1dgst.c \
    760 crypto/sha/sha256.c \
    761 crypto/sha/sha512.c \
    762 crypto/sha/sha_dgst.c \
    763 crypto/srp/srp_lib.c \
    764 crypto/srp/srp_vfy.c \
    765 crypto/stack/stack.c \
    766 crypto/ts/ts_err.c \
    767 crypto/txt_db/txt_db.c \
    768 crypto/ui/ui_compat.c \
    769 crypto/ui/ui_err.c \
    770 crypto/ui/ui_lib.c \
    771 crypto/ui/ui_openssl.c \
    772 crypto/ui/ui_util.c \
    773 crypto/x509/by_dir.c \
    774 crypto/x509/by_file.c \
    775 crypto/x509/x509_att.c \
    776 crypto/x509/x509_cmp.c \
    777 crypto/x509/x509_d2.c \
    778 crypto/x509/x509_def.c \
    779 crypto/x509/x509_err.c \
    780 crypto/x509/x509_ext.c \
    781 crypto/x509/x509_lu.c \
    782 crypto/x509/x509_obj.c \
    783 crypto/x509/x509_r2x.c \
    784 crypto/x509/x509_req.c \
    785 crypto/x509/x509_set.c \
    786 crypto/x509/x509_trs.c \
    787 crypto/x509/x509_txt.c \
    788 crypto/x509/x509_v3.c \
    789 crypto/x509/x509_vfy.c \
    790 crypto/x509/x509_vpm.c \
    791 crypto/x509/x509cset.c \
    792 crypto/x509/x509name.c \
    793 crypto/x509/x509rset.c \
    794 crypto/x509/x509spki.c \
    795 crypto/x509/x509type.c \
    796 crypto/x509/x_all.c \
    797 crypto/x509v3/pcy_cache.c \
    798 crypto/x509v3/pcy_data.c \
    799 crypto/x509v3/pcy_lib.c \
    800 crypto/x509v3/pcy_map.c \
    801 crypto/x509v3/pcy_node.c \
    802 crypto/x509v3/pcy_tree.c \
    803 crypto/x509v3/v3_akey.c \
    804 crypto/x509v3/v3_akeya.c \
    805 crypto/x509v3/v3_alt.c \
    806 crypto/x509v3/v3_bcons.c \
    807 crypto/x509v3/v3_bitst.c \
    808 crypto/x509v3/v3_conf.c \
    809 crypto/x509v3/v3_cpols.c \
    810 crypto/x509v3/v3_crld.c \
    811 crypto/x509v3/v3_enum.c \
    812 crypto/x509v3/v3_extku.c \
    813 crypto/x509v3/v3_genn.c \
    814 crypto/x509v3/v3_ia5.c \
    815 crypto/x509v3/v3_info.c \
    816 crypto/x509v3/v3_int.c \
    817 crypto/x509v3/v3_lib.c \
    818 crypto/x509v3/v3_ncons.c \
    819 crypto/x509v3/v3_ocsp.c \
    820 crypto/x509v3/v3_pci.c \
    821 crypto/x509v3/v3_pcia.c \
    822 crypto/x509v3/v3_pcons.c \
    823 crypto/x509v3/v3_pku.c \
    824 crypto/x509v3/v3_pmaps.c \
    825 crypto/x509v3/v3_prn.c \
    826 crypto/x509v3/v3_purp.c \
    827 crypto/x509v3/v3_skey.c \
    828 crypto/x509v3/v3_sxnet.c \
    829 crypto/x509v3/v3_utl.c \
    830 crypto/x509v3/v3err.c \
    831 "
    832 
    833 OPENSSL_CRYPTO_SOURCES_arm="\
    834 crypto/aes/asm/aes-armv4.S \
    835 crypto/aes/asm/aesv8-armx.S \
    836 crypto/aes/asm/bsaes-armv7.S \
    837 crypto/armcap.c \
    838 crypto/armv4cpuid.S \
    839 crypto/bn/asm/armv4-gf2m.S \
    840 crypto/bn/asm/armv4-mont.S \
    841 crypto/modes/asm/ghash-armv4.S \
    842 crypto/modes/asm/ghashv8-armx.S \
    843 crypto/sha/asm/sha1-armv4-large.S \
    844 crypto/sha/asm/sha256-armv4.S \
    845 crypto/sha/asm/sha512-armv4.S \
    846 "
    847 
    848 OPENSSL_CRYPTO_SOURCES_EXCLUDES_arm="\
    849 crypto/aes/aes_core.c \
    850 crypto/mem_clr.c \
    851 "
    852 
    853 OPENSSL_CRYPTO_SOURCES_arm64="\
    854 crypto/armcap.c \
    855 crypto/arm64cpuid.S \
    856 crypto/aes/asm/aesv8-armx-64.S \
    857 crypto/modes/asm/ghashv8-armx-64.S \
    858 crypto/sha/asm/sha1-armv8.S \
    859 crypto/sha/asm/sha256-armv8.S \
    860 crypto/sha/asm/sha512-armv8.S \
    861 "
    862 
    863 OPENSSL_CRYPTO_SOURCES_EXCLUDES_arm64="\
    864 "
    865 
    866 OPENSSL_CRYPTO_SOURCES_mips="\
    867 crypto/aes/asm/aes-mips.S \
    868 crypto/bn/asm/bn-mips.S \
    869 crypto/bn/asm/mips-mont.S \
    870 crypto/sha/asm/sha1-mips.S \
    871 crypto/sha/asm/sha256-mips.S \
    872 "
    873 
    874 OPENSSL_CRYPTO_SOURCES_EXCLUDES_mips="\
    875 crypto/aes/aes_core.c \
    876 crypto/bn/bn_asm.c \
    877 "
    878 
    879 OPENSSL_CRYPTO_SOURCES_x86="\
    880 crypto/aes/asm/aes-586.S \
    881 crypto/aes/asm/aesni-x86.S \
    882 crypto/aes/asm/vpaes-x86.S \
    883 crypto/bf/asm/bf-586.S \
    884 crypto/bn/asm/bn-586.S \
    885 crypto/bn/asm/co-586.S \
    886 crypto/bn/asm/x86-gf2m.S \
    887 crypto/bn/asm/x86-mont.S \
    888 crypto/des/asm/crypt586.S \
    889 crypto/des/asm/des-586.S \
    890 crypto/md5/asm/md5-586.S \
    891 crypto/modes/asm/ghash-x86.S \
    892 crypto/sha/asm/sha1-586.S \
    893 crypto/sha/asm/sha256-586.S \
    894 crypto/sha/asm/sha512-586.S \
    895 crypto/x86cpuid.S \
    896 "
    897 
    898 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86="\
    899 crypto/aes/aes_core.c \
    900 crypto/aes/aes_cbc.c \
    901 crypto/bf/bf_enc.c \
    902 crypto/bn/bn_asm.c \
    903 crypto/des/des_enc.c \
    904 crypto/des/fcrypt_b.c \
    905 crypto/mem_clr.c \
    906 "
    907 
    908 OPENSSL_CRYPTO_SOURCES_x86_64="\
    909 crypto/aes/asm/aes-x86_64.S \
    910 crypto/aes/asm/aesni-x86_64.S \
    911 crypto/aes/asm/aesni-sha1-x86_64.S \
    912 crypto/aes/asm/bsaes-x86_64.S \
    913 crypto/aes/asm/vpaes-x86_64.S \
    914 crypto/bn/asm/modexp512-x86_64.S \
    915 crypto/bn/asm/x86_64-gcc.c \
    916 crypto/bn/asm/x86_64-gf2m.S \
    917 crypto/bn/asm/x86_64-mont.S \
    918 crypto/bn/asm/x86_64-mont5.S \
    919 crypto/md5/asm/md5-x86_64.S \
    920 crypto/modes/asm/ghash-x86_64.S \
    921 crypto/rc4/asm/rc4-md5-x86_64.S \
    922 crypto/rc4/asm/rc4-x86_64.S \
    923 crypto/sha/asm/sha1-x86_64.S \
    924 crypto/sha/asm/sha256-x86_64.S \
    925 crypto/sha/asm/sha512-x86_64.S \
    926 crypto/x86_64cpuid.S \
    927 "
    928 
    929 OPENSSL_CRYPTO_SOURCES_EXCLUDES_x86_64="\
    930 crypto/aes/aes_cbc.c \
    931 crypto/aes/aes_core.c \
    932 crypto/bn/bn_asm.c \
    933 crypto/mem_clr.c \
    934 crypto/rc4/rc4_enc.c \
    935 crypto/rc4/rc4_skey.c \
    936 "
    937 
    938 OPENSSL_SSL_INCLUDES="\
    939 . \
    940 include \
    941 crypto \
    942 "
    943 
    944 OPENSSL_SSL_SOURCES="\
    945 ssl/bio_ssl.c \
    946 ssl/d1_both.c \
    947 ssl/d1_enc.c \
    948 ssl/d1_lib.c \
    949 ssl/d1_pkt.c \
    950 ssl/d1_srtp.c \
    951 ssl/kssl.c \
    952 ssl/s23_clnt.c \
    953 ssl/s23_lib.c \
    954 ssl/s23_meth.c \
    955 ssl/s23_pkt.c \
    956 ssl/s23_srvr.c \
    957 ssl/s2_clnt.c \
    958 ssl/s2_enc.c \
    959 ssl/s2_lib.c \
    960 ssl/s2_meth.c \
    961 ssl/s2_pkt.c \
    962 ssl/s2_srvr.c \
    963 ssl/s3_both.c \
    964 ssl/s3_cbc.c \
    965 ssl/s3_clnt.c \
    966 ssl/s3_enc.c \
    967 ssl/s3_lib.c \
    968 ssl/s3_meth.c \
    969 ssl/s3_pkt.c \
    970 ssl/s3_srvr.c \
    971 ssl/ssl_algs.c \
    972 ssl/ssl_asn1.c \
    973 ssl/ssl_cert.c \
    974 ssl/ssl_ciph.c \
    975 ssl/ssl_err.c \
    976 ssl/ssl_err2.c \
    977 ssl/ssl_lib.c \
    978 ssl/ssl_rsa.c \
    979 ssl/ssl_sess.c \
    980 ssl/ssl_stat.c \
    981 ssl/ssl_txt.c \
    982 ssl/t1_clnt.c \
    983 ssl/t1_enc.c \
    984 ssl/t1_lib.c \
    985 ssl/t1_meth.c \
    986 ssl/t1_reneg.c \
    987 ssl/t1_srvr.c \
    988 ssl/tls_srp.c \
    989 "
    990 
    991 OPENSSL_APPS_DEFINES="\
    992 MONOLITH \
    993 "
    994 
    995 OPENSSL_APPS_INCLUDES="\
    996 . \
    997 include \
    998 "
    999 
   1000 OPENSSL_APPS_SOURCES="\
   1001 apps/app_rand.c \
   1002 apps/apps.c \
   1003 apps/asn1pars.c \
   1004 apps/ca.c \
   1005 apps/ciphers.c \
   1006 apps/cms.c \
   1007 apps/crl.c \
   1008 apps/crl2p7.c \
   1009 apps/dgst.c \
   1010 apps/dh.c \
   1011 apps/dhparam.c \
   1012 apps/dsa.c \
   1013 apps/dsaparam.c \
   1014 apps/ecparam.c \
   1015 apps/ec.c \
   1016 apps/enc.c \
   1017 apps/engine.c \
   1018 apps/errstr.c \
   1019 apps/gendh.c \
   1020 apps/gendsa.c \
   1021 apps/genpkey.c \
   1022 apps/genrsa.c \
   1023 apps/nseq.c \
   1024 apps/ocsp.c \
   1025 apps/openssl.c \
   1026 apps/passwd.c \
   1027 apps/pkcs12.c \
   1028 apps/pkcs7.c \
   1029 apps/pkcs8.c \
   1030 apps/pkey.c \
   1031 apps/pkeyparam.c \
   1032 apps/pkeyutl.c \
   1033 apps/prime.c \
   1034 apps/rand.c \
   1035 apps/req.c \
   1036 apps/rsa.c \
   1037 apps/rsautl.c \
   1038 apps/s_cb.c \
   1039 apps/s_client.c \
   1040 apps/s_server.c \
   1041 apps/s_socket.c \
   1042 apps/s_time.c \
   1043 apps/sess_id.c \
   1044 apps/smime.c \
   1045 apps/speed.c \
   1046 apps/spkac.c \
   1047 apps/srp.c \
   1048 apps/verify.c \
   1049 apps/version.c \
   1050 apps/x509.c \
   1051 "
   1052 
   1053 source ./openssl.trusty.config
   1054