Fix X509Certificate::getIssuerString signature

This commit is contained in:
Xavier Guérin 2018-05-30 20:20:56 -04:00
parent a9b822140b
commit 6ad4c1a0d5

View File

@ -106,7 +106,7 @@ public:
*
* @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.
*