projects
/
apple
/
security.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Security-59754.80.3.tar.gz
[apple/security.git]
/
Modules
/
Security.iOS.modulemap
1
framework module Security [extern_c][system] {
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