Skip to content

Fix compiling for iOS

Matthias Kuhn requested to merge m-kuhn/qca:ios into master

SecTrustCopyAnchorCertificates is not available for iOS

/Users/runner/src/buildtrees/qca/src/v2.3.1-8bca00194b.clean/src/qca_systemstore_mac.cpp:37:5: error: use of undeclared identifier 'SecTrustCopyAnchorCertificates'
        if(SecTrustCopyAnchorCertificates(&anchors) != 0)
           ^
1 error generated.

Merge request reports