]> WPIA git - cassiopeia.git/blobdiff - src/simpleOpensslSigner.h
add: Basic Unit Test setup using Boost UTF
[cassiopeia.git] / src / simpleOpensslSigner.h
index 2b2774dc1579eb88f5e274d13d8ff602ea29cb1d..287f42ce5ee8db607c61000f68ecfb5f428b4ae2 100644 (file)
@@ -10,7 +10,7 @@ private:
     static std::shared_ptr<int> lib_ref;
     std::shared_ptr<EVP_PKEY> caKey;
     std::shared_ptr<X509> caCert;
-    std::shared_ptr<BIGNUM> nextSerial();
+    std::shared_ptr<BIGNUM> nextSerial( uint16_t profile );
 public:
     SimpleOpensslSigner();
     ~SimpleOpensslSigner();