Page MenuHomeFreeBSD
Paste P667

Command-Line Input
ActivePublic

Authored by ngie on Aug 23 2025, 4:48 AM.
Tags
None
Referenced Files
F126728645: Command-Line Input
Aug 23 2025, 4:48 AM
Subscribers
None
--- SRCS.old.txt 2025-08-22 21:48:37.492314000 -0700
+++ SRCS.new.txt 2025-08-22 21:48:37.639458000 -0700
@@ -35,9 +35,6 @@
ameth_lib.c
api.c
arch.c
-arch/thread_none.c
-arch/thread_posix.c
-arch/thread_win.c
argon2.c
asn1_dsa.c
asn1_err.c
@@ -52,8 +49,10 @@
asymcipher.c
async.c
async_err.c
+async_null.c
async_posix.c
async_wait.c
+async_win.c
baseprov.c
bf_buff.c
bf_cfb64.c
@@ -180,28 +179,14 @@
cipher_aes_xts.c
cipher_aes_xts_fips.c
cipher_aes_xts_hw.c
-cipher_blowfish.c
-cipher_blowfish_hw.c
cipher_camellia.c
cipher_camellia_hw.c
-cipher_cast5.c
-cipher_cast5_hw.c
cipher_chacha20.c
cipher_chacha20_hw.c
cipher_chacha20_poly1305.c
cipher_chacha20_poly1305_hw.c
cipher_cts.c
-cipher_des.c
-cipher_des_hw.c
-cipher_desx.c
-cipher_desx_hw.c
cipher_null.c
-cipher_rc4.c
-cipher_rc4_hmac_md5.c
-cipher_rc4_hmac_md5_hw.c
-cipher_rc4_hw.c
-cipher_seed.c
-cipher_seed_hw.c
cipher_tdes.c
cipher_tdes_common.c
cipher_tdes_default.c
@@ -375,9 +360,13 @@
dsa_sig.c
dsa_sign.c
dsa_vrf.c
+dso_dl.c
dso_dlfcn.c
dso_err.c
dso_lib.c
+dso_openssl.c
+dso_vms.c
+dso_win32.c
e_aes.c
e_aes_cbc_hmac_sha1.c
e_aes_cbc_hmac_sha256.c
@@ -521,7 +510,6 @@
hkdf.c
hmac.c
hmac_prov.c
-hmac_s390x.c
hmacdrbg_kdf.c
hpke.c
hpke_util.c
@@ -564,7 +552,6 @@
mac_meth.c
md4_dgst.c
md4_one.c
-md4_prov.c
md5-x86_64.S
md5_dgst.c
md5_one.c
@@ -659,7 +646,6 @@
params_idx.c
passphrase.c
pbe_scrypt.c
-pbkdf1.c
pbkdf2.c
pbkdf2_fips.c
pcbc_enc.c
@@ -712,12 +698,10 @@
provider_util.c
punycode.c
pvkfmt.c
-pvkkdf.c
qud_cksm.c
quic_vlint.c
rand_cpu_x86.c
rand_deprecated.c
-rand_egd.c
rand_err.c
rand_key.c
rand_lib.c
@@ -789,6 +773,7 @@
seed_ecb.c
seed_ofb.c
seed_src.c
+seed_src_jitter.c
self_test_core.c
set_key.c
sha1-mb-x86_64.S
@@ -862,6 +847,9 @@
tb_rand.c
tb_rsa.c
test_rng.c
+thread_none.c
+thread_posix.c
+thread_win.c
threads_lib.c
threads_none.c
threads_pthread.c
@@ -943,7 +931,6 @@
vpaes-x86_64.S
wp-x86_64.S
wp_dgst.c
-wp_prov.c
wrap128.c
x25519-x86_64.S
x509_acert.c