]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/lib/sslContext.h
Security-57740.51.3.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / lib / sslContext.h
index 590efcb3acbd565c4e6c026efe9fc539da90346c..73113a3513ace03eba2f7199513c56dc7cad7107 100644 (file)
@@ -36,9 +36,7 @@
 #include <tls_stream_parser.h>
 #include <tls_cache.h>
 
-#ifdef USE_CDSA_CRYPTO
-#include <Security/cssmtype.h>
-#else
+
 #if TARGET_OS_IPHONE
 #include <Security/SecDH.h>
 #include <Security/SecKeyInternal.h>
@@ -47,7 +45,6 @@
 // typedef struct OpaqueSecDHContext *SecDHContext;
 #endif
 #include <corecrypto/ccec.h>
-#endif
 
 #include <CoreFoundation/CFRuntime.h>
 #include <AssertMacros.h>