Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
liberty
tunnel
liberty-tunnel-client-library-apple
Commits
428a6e6a
Commit
428a6e6a
authored
Oct 16, 2018
by
Jose Blaya
Browse files
Remove CommonCrypto from modulemap
Remove CCommonCrypto references
parent
55739bac
Changes
2
Hide whitespace changes
Inline
Side-by-side
PIALibrary/Sources/Util/Data+Crypto.swift
View file @
428a6e6a
...
...
@@ -8,7 +8,7 @@
import
Foundation
#if os(iOS)
import
C
CommonCrypto
import
CommonCrypto
#else
import
Security
#endif
...
...
PIALibrary/Sources/Util/iOS/module.modulemap
View file @
428a6e6a
...
...
@@ -6,7 +6,3 @@ module __PIALibraryNative {
export *
}
module CCommonCrypto [system] {
header "/usr/include/CommonCrypto/CommonCrypto.h"
export *
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment