mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 18:00:48 +02:00
a3bc7c96a0
The two new tests (test_tls12_ecdhe_ecdsa_rsa_client_cert and test_tls12_ecdhe_rsa_ecdsa_client_cert) were appended right after test_wolfSSL_alert_desc_string, the last function in test_tls.c. Another in-flight branch appends its own new tests at the same anchor, producing a spurious add/add merge conflict even though the additions are independent. Move these two functions just above test_wolfSSL_alert_desc_string so the two branches insert at different locations and merge cleanly. Pure code movement; no behavior change.
Before creating any new configure files (.conf) read the CONF_FILES_README.md