X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fcrypto%2FX509.h;h=ac0e3d3791baa28a813029b2c2b914d3873dd040;hb=5880a76d92f96db6f94ebdf0bdfebd989f10b232;hp=04079994918f146901a6a0e44d6759a555e6ca70;hpb=9e866a1a2facc8cb1565cd660c6b6d482f18ecb1;p=cassiopeia.git diff --git a/src/crypto/X509.h b/src/crypto/X509.h index 0407999..ac0e3d3 100644 --- a/src/crypto/X509.h +++ b/src/crypto/X509.h @@ -19,7 +19,7 @@ public: static std::shared_ptr parseCSR( std::string content ); static std::shared_ptr parseSPKAC( std::string content ); int verify(); - std::shared_ptr getPkey(); + std::shared_ptr getPkey() const; }; class X509Cert {