1//
2//  testpolicy.h
3//  regressions
4//
5//  Created by Mitch Adler on 7/21/11.
6//  Copyright (c) 2011 Apple Inc. All rights reserved.
7//
8
9#ifndef regressions_testpolicy_h
10#define regressions_testpolicy_h
11
12#include <Security/SecPolicy.h>
13#include <CoreFoundation/CoreFoundation.h>
14
15
16void runCertificateTestForDirectory(SecPolicyRef policy, CFStringRef resourceSubDirectory, CFGregorianDate *date);
17
18
19#endif
20