CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/07 13:37:54
Modified files:
lib/libcrypto : Symbols.namespace
lib/libcrypto/asn1: a_pkey.c a_pubkey.c a_strex.c a_time_tm.c
ameth_lib.c asn1_item.c asn1_old.c p5_pbe.c
p5_pbev2.c p8_pkey.c t_crl.c t_req.c
t_spki.c t_x509.c t_x509a.c x_algor.c
x_attrib.c x_crl.c x_exten.c x_info.c
x_name.c x_pkey.c x_pubkey.c x_req.c x_sig.c
x_spki.c x_val.c x_x509.c x_x509a.c
lib/libcrypto/bio: b_dump.c bio_lib.c bss_bio.c bss_conn.c
lib/libcrypto/chacha: chacha-merged.c
lib/libcrypto/ec: ec_asn1.c ec_lib.c ec_oct.c
lib/libcrypto/err: err.c
lib/libcrypto/evp: bio_b64.c bio_enc.c bio_md.c c_all.c
cipher_method_lib.c digest.c e_aes.c
e_aes_cbc_hmac_sha1.c e_bf.c e_camellia.c
e_cast.c e_chacha.c e_chacha20poly1305.c
e_des.c e_des3.c e_gost2814789.c e_idea.c
e_null.c e_rc2.c e_rc4.c e_rc4_hmac_md5.c
e_sm4.c e_xcbc_d.c encode.c evp_aead.c
evp_enc.c evp_err.c evp_key.c evp_lib.c
evp_pbe.c evp_pkey.c m_gost2814789.c
m_gostr341194.c m_md4.c m_md5.c m_md5_sha1.c
m_null.c m_ripemd.c m_sha1.c m_sha3.c
m_sigver.c m_sm3.c m_streebog.c m_wp.c
names.c p5_crpt.c p5_crpt2.c p_dec.c p_enc.c
p_lib.c p_open.c p_seal.c p_sign.c p_verify.c
pmeth_fn.c pmeth_gn.c pmeth_lib.c
lib/libcrypto/hidden/openssl: asn1.h asn1t.h bio.h chacha.h ec.h
ecdsa.h err.h hkdf.h lhash.h pem.h
poly1305.h rand.h sm4.h ts.h
lib/libcrypto/rand: rand_lib.c randfile.c
lib/libcrypto/sm3: sm3.c
lib/libcrypto/ts: ts_req_utils.c ts_rsp_utils.c
Removed files:
lib/libcrypto/hidden/openssl: evp.h sm3.h
Log message:
Unbreak the namespace build after a broken mk.conf and tool misfire had
me aliasing symbols not in the headers I was procesing.
This unbreaks the namespace build so it will pass again
ok tb@