#ifndef _H_REQREADER
#define _H_REQREADER
-#include <security_codesigning/requirement.h>
+#include "requirement.h"
#include <Security/SecCertificate.h>
namespace Security {
std::string getString();
CFDataRef getHash();
+ CFAbsoluteTime getAbsoluteTime();
const unsigned char *getSHA1();
template <class T> void getData(T *&data, size_t &length)