diff dstep/security/SecureTransport.d @ 16:19885b43130e

Huge update, the bridge actually works now
author Jacob Carlborg <doob@me.com>
date Sun, 03 Jan 2010 22:06:11 +0100
parents 07194b026fa4
children
line wrap: on
line diff
--- a/dstep/security/SecureTransport.d	Mon Aug 03 15:31:48 2009 +0200
+++ b/dstep/security/SecureTransport.d	Sun Jan 03 22:06:11 2010 +0100
@@ -6,12 +6,10 @@
  */
 module dstep.security.SecureTransport;
 
-//import dstep.AvailabilityMacros;
 import dstep.corefoundation.CFArray;
 import dstep.corefoundation.CFBase;
 import dstep.coreservices.carboncore.MacTypes : OSStatus;
 import dstep.security.CipherSuite;
-//import dstep.sys.types;
 
 struct SSLContext;