]> git.saurik.com Git - apple/security.git/blobdiff - Modules/Security.iOS.modulemap
Security-57740.1.18.tar.gz
[apple/security.git] / Modules / Security.iOS.modulemap
diff --git a/Modules/Security.iOS.modulemap b/Modules/Security.iOS.modulemap
new file mode 100644 (file)
index 0000000..19cd51d
--- /dev/null
@@ -0,0 +1,20 @@
+framework module Security [extern_c] {
+  umbrella header "Security.h"
+
+  export *
+  module * { 
+    export *
+  }
+
+
+  explicit module CipherSuite { 
+    header "CipherSuite.h" 
+    export *
+  }
+  explicit module SecureTransport { 
+    header "SecureTransport.h" 
+    export *
+  }  
+
+}
+