]>
Commit | Line | Data |
---|---|---|
d64be36e | 1 | framework 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 |