Fix X509Certificate::getIssuerString signature
This commit is contained in:
parent
a9b822140b
commit
6ad4c1a0d5
@ -106,7 +106,7 @@ public:
|
|||||||
*
|
*
|
||||||
* @return distinguished name of the certificate issuer, as a string
|
* @return distinguished name of the certificate issuer, as a string
|
||||||
*/
|
*/
|
||||||
const string getIssuerString() const;
|
virtual const string getIssuerString() const = 0;
|
||||||
|
|
||||||
/** Checks if this certificate has the given issuer.
|
/** Checks if this certificate has the given issuer.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user