]> git.saurik.com Git - apple/security.git/blame - Modules/Security.iOS.modulemap
Security-59754.80.3.tar.gz
[apple/security.git] / Modules / Security.iOS.modulemap
CommitLineData
d64be36e 1framework module Security [extern_c][system] {
fa7225c8
A
2 umbrella header "Security.h"
3
4 export *
5 module * {
6 export *
7 }
8
9
10 explicit module CipherSuite {
11 header "CipherSuite.h"
12 export *
13 }
14 explicit module SecureTransport {
15 header "SecureTransport.h"
16 export *
17 }
18
19}
20