]> WPIA git - cassiopeia.git/blobdiff - src/crypto/simpleOpensslSigner.h
fix: Fix memory-leak in CRL.cpp, revocation from DB, multiple CAs
[cassiopeia.git] / src / crypto / simpleOpensslSigner.h
index 8b3865505205f60522580bbd0051dcd3cf15ef33..1c848e5e69c2d17d9a411842f742d8921a70fc03 100644 (file)
@@ -10,7 +10,7 @@
 class SimpleOpensslSigner : public Signer {
 private:
     static std::shared_ptr<int> lib_ref;
-    std::pair<std::shared_ptr<BIGNUM>, std::string> nextSerial( Profile& prof );
+    std::pair<std::shared_ptr<BIGNUM>, std::string> nextSerial( Profile& prof, std::shared_ptr<CAConfig> ca );
 public:
     SimpleOpensslSigner();
     ~SimpleOpensslSigner();