#include <security_asn1/secerr.h>
#include <security_asn1/seccomon.h>
+#include <unistd.h>
+
#define TMP_KEYCHAIN_PATH "/tmp/cms_01_test.keychain"
#pragma clang diagnostic push
CFReleaseNull(imported_items);
out:
+ CFReleaseNull(oldSearchList);
+ CFReleaseNull(newSearchList);
return keychain;
}
cleanup_keychain(kc, identity, certificate);
return 0;
-}
\ No newline at end of file
+}