summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-02-19 16:06:34 +0000
committerRichard Levitte <levitte@openssl.org>2001-02-19 16:06:34 +0000
commitcf1b7d96647d55e533f779e476e3d4371f40445a (patch)
treef7d6534cf77223190eaefe68d9e192d3d1246206 /crypto
parent649c5a2b096e89692b07dbbe19d2dbb12a9db075 (diff)
Make all configuration macros available for application by making
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.ssl24
-rw-r--r--crypto/asn1/Makefile.ssl1086
-rw-r--r--crypto/asn1/a_d2i_fp.c4
-rw-r--r--crypto/asn1/a_gentm.c4
-rw-r--r--crypto/asn1/a_i2d_fp.c4
-rw-r--r--crypto/asn1/a_time.c2
-rw-r--r--crypto/asn1/a_utctm.c6
-rw-r--r--crypto/asn1/asn1.h10
-rw-r--r--crypto/asn1/asn1_err.c4
-rw-r--r--crypto/asn1/d2i_pr.c4
-rw-r--r--crypto/asn1/d2i_pu.c4
-rw-r--r--crypto/asn1/i2d_pr.c4
-rw-r--r--crypto/asn1/i2d_pu.c4
-rw-r--r--crypto/asn1/n_pkey.c8
-rw-r--r--crypto/asn1/t_crl.c2
-rw-r--r--crypto/asn1/t_pkey.c28
-rw-r--r--crypto/asn1/t_req.c6
-rw-r--r--crypto/asn1/t_spki.c4
-rw-r--r--crypto/asn1/t_x509.c10
-rw-r--r--crypto/asn1/x_pubkey.c10
-rw-r--r--crypto/bf/Makefile.ssl24
-rw-r--r--crypto/bf/bftest.c2
-rw-r--r--crypto/bf/blowfish.h8
-rw-r--r--crypto/bio/Makefile.ssl122
-rw-r--r--crypto/bio/b_sock.c2
-rw-r--r--crypto/bio/bio.h13
-rw-r--r--crypto/bio/bio_cb.c2
-rw-r--r--crypto/bio/bio_err.c4
-rw-r--r--crypto/bio/bss_acpt.c2
-rw-r--r--crypto/bio/bss_conn.c4
-rw-r--r--crypto/bio/bss_file.c4
-rw-r--r--crypto/bio/bss_sock.c2
-rw-r--r--crypto/bn/Makefile.ssl57
-rw-r--r--crypto/bn/bn.h11
-rw-r--r--crypto/bn/bn_div.c7
-rw-r--r--crypto/bn/bn_err.c4
-rw-r--r--crypto/bn/bn_lcl.h4
-rw-r--r--crypto/bn/bn_mul.c2
-rw-r--r--crypto/bn/bn_print.c4
-rw-r--r--crypto/bn/bntest.c2
-rw-r--r--crypto/bn/vms-helper.c2
-rw-r--r--crypto/buffer/Makefile.ssl12
-rw-r--r--crypto/buffer/buf_err.c4
-rw-r--r--crypto/cast/Makefile.ssl13
-rw-r--r--crypto/cast/cast.h2
-rw-r--r--crypto/cast/cast_lcl.h4
-rw-r--r--crypto/cast/casttest.c2
-rw-r--r--crypto/comp/Makefile.ssl7
-rw-r--r--crypto/comp/comp_err.c4
-rw-r--r--crypto/conf/Makefile.ssl8
-rw-r--r--crypto/conf/conf.h4
-rw-r--r--crypto/conf/conf_err.c4
-rw-r--r--crypto/conf/conf_lib.c8
-rw-r--r--crypto/cpt_err.c4
-rw-r--r--crypto/crypto-lib.com6
-rw-r--r--crypto/crypto.h6
-rw-r--r--crypto/des/Makefile.ssl50
-rw-r--r--crypto/des/des.h2
-rw-r--r--crypto/des/des_locl.h4
-rw-r--r--crypto/des/destest.c10
-rw-r--r--crypto/des/ede_cbcm_enc.c2
-rw-r--r--crypto/des/read_pwd.c4
-rw-r--r--crypto/dh/Makefile.ssl86
-rw-r--r--crypto/dh/dh.h8
-rw-r--r--crypto/dh/dh_err.c4
-rw-r--r--crypto/dh/dhtest.c4
-rw-r--r--crypto/dsa/Makefile.ssl115
-rw-r--r--crypto/dsa/dsa.h12
-rw-r--r--crypto/dsa/dsa_err.c4
-rw-r--r--crypto/dsa/dsa_gen.c2
-rw-r--r--crypto/dsa/dsa_key.c2
-rw-r--r--crypto/dsa/dsa_lib.c2
-rw-r--r--crypto/dsa/dsatest.c2
-rw-r--r--crypto/dso/Makefile.ssl24
-rw-r--r--crypto/dso/dso_err.c4
-rw-r--r--crypto/engine/Makefile.ssl127
-rw-r--r--crypto/engine/engine_all.c40
-rw-r--r--crypto/engine/engine_err.c4
-rw-r--r--crypto/engine/engine_int.h24
-rw-r--r--crypto/engine/hw_atalla.c8
-rw-r--r--crypto/engine/hw_cswift.c8
-rw-r--r--crypto/engine/hw_ncipher.c8
-rw-r--r--crypto/engine/hw_nuron.c8
-rw-r--r--crypto/engine/hw_ubsec.c8
-rw-r--r--crypto/engine/vendor_defns/cswift.h8
-rw-r--r--crypto/err/Makefile.ssl43
-rw-r--r--crypto/err/err.c4
-rw-r--r--crypto/err/err.h14
-rw-r--r--crypto/err/err_all.c14
-rw-r--r--crypto/err/err_prn.c2
-rw-r--r--crypto/evp/Makefile.ssl1208
-rw-r--r--crypto/evp/c_allc.c16
-rw-r--r--crypto/evp/c_alld.c18
-rw-r--r--crypto/evp/e_bf.c2
-rw-r--r--crypto/evp/e_cast.c2
-rw-r--r--crypto/evp/e_des.c2
-rw-r--r--crypto/evp/e_des3.c2
-rw-r--r--crypto/evp/e_idea.c2
-rw-r--r--crypto/evp/e_rc2.c2
-rw-r--r--crypto/evp/e_rc4.c2
-rw-r--r--crypto/evp/e_rc5.c2
-rw-r--r--crypto/evp/e_xcbc_d.c2
-rw-r--r--crypto/evp/evp.h116
-rw-r--r--crypto/evp/evp_err.c4
-rw-r--r--crypto/evp/evp_key.c2
-rw-r--r--crypto/evp/evp_pkey.c14
-rw-r--r--crypto/evp/m_dss.c2
-rw-r--r--crypto/evp/m_dss1.c2
-rw-r--r--crypto/evp/m_md2.c2
-rw-r--r--crypto/evp/m_md4.c2
-rw-r--r--crypto/evp/m_md5.c2
-rw-r--r--crypto/evp/m_mdc2.c2
-rw-r--r--crypto/evp/m_ripemd.c2
-rw-r--r--crypto/evp/m_sha.c2
-rw-r--r--crypto/evp/m_sha1.c2
-rw-r--r--crypto/evp/p5_crpt.c18
-rw-r--r--crypto/evp/p5_crpt2.c2
-rw-r--r--crypto/evp/p_dec.c6
-rw-r--r--crypto/evp/p_enc.c6
-rw-r--r--crypto/evp/p_lib.c28
-rw-r--r--crypto/evp/p_open.c4
-rw-r--r--crypto/evp/p_seal.c2
-rw-r--r--crypto/hmac/Makefile.ssl5
-rw-r--r--crypto/hmac/hmac.h2
-rw-r--r--crypto/hmac/hmactest.c2
-rw-r--r--crypto/idea/Makefile.ssl13
-rw-r--r--crypto/idea/idea.h2
-rw-r--r--crypto/idea/ideatest.c2
-rw-r--r--crypto/lhash/Makefile.ssl10
-rw-r--r--crypto/lhash/lh_stats.c6
-rw-r--r--crypto/lhash/lhash.c6
-rw-r--r--crypto/lhash/lhash.h10
-rw-r--r--crypto/md2/Makefile.ssl7
-rw-r--r--crypto/md2/md2.h2
-rw-r--r--crypto/md2/md2test.c2
-rw-r--r--crypto/md32_common.h6