]> git.saurik.com Git - apple/security.git/blob - Modules/Security.iOS.modulemap
Security-58286.230.21.tar.gz
[apple/security.git] / Modules / Security.iOS.modulemap
1 framework module Security [extern_c] {
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