Commit 8eb1fad
committed
Add missing CertificateManager import for macOS
The perform_tls_interception function uses CertificateManager::is_ca_trusted()
on macOS but the import was missing from the main module (only present in tests).
This caused compilation to fail on macOS CI.
Added conditional import with #[cfg(target_os = "macos")] to match usage.1 parent 0c5a02f commit 8eb1fad
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
| |||
0 commit comments