comparison dstep/security/SecTrust.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
comparison
equal deleted inserted replaced
15:7ff919f595d5 16:19885b43130e
4 * Version: Initial created: Jul 22, 2009 4 * Version: Initial created: Jul 22, 2009
5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0) 5 * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost Software License 1.0)
6 */ 6 */
7 module dstep.security.SecTrust; 7 module dstep.security.SecTrust;
8 8
9 //import dstep.AvailabilityMacros;
10 import dstep.corefoundation.CoreFoundation; 9 import dstep.corefoundation.CoreFoundation;
11 import dstep.coreservices.carboncore.MacTypes : OSStatus; 10 import dstep.coreservices.carboncore.MacTypes : OSStatus;
12 import dstep.security.SecBase; 11 import dstep.security.SecBase;
13 import dstep.security.cssmapple; 12 import dstep.security.cssmapple;
14 import dstep.security.cssmtype; 13 import dstep.security.cssmtype;