mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 11:52:54 +01:00
style
This commit is contained in:
@@ -233,6 +233,7 @@ std::string _X509_NAME_oneline_utf8(X509_NAME *name)
|
||||
return line;
|
||||
}
|
||||
|
||||
|
||||
void X509Certificate::init()
|
||||
{
|
||||
_issuerName = _X509_NAME_oneline_utf8(X509_get_issuer_name(_pCert));
|
||||
|
||||
Reference in New Issue
Block a user