]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_ssl/lib/sslKeychain.c
Security-58286.41.2.tar.gz
[apple/security.git] / OSX / libsecurity_ssl / lib / sslKeychain.c
index c561c0a2ffc861e3bfe285a2a7bb93f16c3b1776..83762723cdf7ea8d86ff733e9bb49531680867c4 100644 (file)
 
 #include "sslDebug.h"
 #include "sslKeychain.h"
-#include "sslUtils.h"
 #include <string.h>
 #include <assert.h>
 
 
 #include <Security/Security.h>
 #include <Security/SecKeyPriv.h>
+#if SEC_OS_IPHONE
+#include <Security/SecECKey.h>
+#endif
 #include <AssertMacros.h>
 #include <tls_handshake.h>