]> WPIA git - cassiopeia.git/blobdiff - src/db/mysql.h
fix: Fix memory-leak in CRL.cpp, revocation from DB, multiple CAs
[cassiopeia.git] / src / db / mysql.h
index b1f78cef90bb8c051737a050ba5ee854fe27011b..9096fe5fac04dff08d57a93760b218bca5cdc89e 100644 (file)
@@ -35,4 +35,5 @@ public:
     void failJob( std::shared_ptr<Job> job );
     std::shared_ptr<TBSCertificate> fetchTBSCert( std::shared_ptr<Job> job );
     void writeBack( std::shared_ptr<Job> job, std::shared_ptr<SignedCertificate> res );
+    std::pair<std::string, std::string> getRevocationInfo( std::shared_ptr<Job> job );
 };