X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/80e2389990082500d76eb566d4946be3e786c3ef..d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb:/sec/SOSCircle/osxshim.c diff --git a/sec/SOSCircle/osxshim.c b/sec/SOSCircle/osxshim.c deleted file mode 100644 index 2468f080..00000000 --- a/sec/SOSCircle/osxshim.c +++ /dev/null @@ -1,30 +0,0 @@ -// -// osxshim.c -// sec -// -// Created by J Osborne on 12/4/12. -// -// - -#include - -typedef void *SOSDataSourceFactoryRef; -typedef void *SOSAccountRef; - -// XXX Need to plumb these from security to secd. If we can. - -typedef SOSDataSourceFactoryRef (^AccountDataSourceFactoryBlock)(); - -bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory); - -bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory) -{ - return false; -} - -SOSAccountRef SOSKeychainAccountGetSharedAccount(void); - -SOSAccountRef SOSKeychainAccountGetSharedAccount(void) -{ - return (void*)0; -}