Skip to content

Commit 3e8c681

Browse files
authored
Merge pull request #9518 from SparkiDev/api_c_split_3
api.c: Split out more functions
2 parents 2ffa5be + b4b617d commit 3e8c681

29 files changed

+18161
-17153
lines changed

CMakeLists.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2693,6 +2693,18 @@ if(WOLFSSL_EXAMPLES)
26932693
tests/api/test_ossl_mac.c
26942694
tests/api/test_ossl_rsa.c
26952695
tests/api/test_ossl_sk.c
2696+
tests/api/test_ossl_x509.c
2697+
tests/api/test_ossl_x509_ext.c
2698+
tests/api/test_ossl_x509_name.c
2699+
tests/api/test_ossl_x509_pk.c
2700+
tests/api/test_ossl_x509_vp.c
2701+
tests/api/test_ossl_x509_io.c
2702+
tests/api/test_ossl_x509_crypto.c
2703+
tests/api/test_ossl_x509_acert.c
2704+
tests/api/test_ossl_x509_info.c
2705+
tests/api/test_ossl_x509_str.c
2706+
tests/api/test_ossl_x509_lu.c
2707+
tests/api/test_ossl_pem.c
26962708
tests/api/test_tls13.c
26972709
tests/srp.c
26982710
tests/suites.c

0 commit comments

Comments
 (0)