mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Remove unused variable in PkiUtility::SignCsr
This commit is contained in:
parent
7aaa6975fc
commit
5df3010826
@ -93,7 +93,6 @@ int PkiUtility::NewCert(const String& cn, const String& keyfile, const String& c
|
||||
|
||||
int PkiUtility::SignCsr(const String& csrfile, const String& certfile)
|
||||
{
|
||||
std::stringstream msgbuf;
|
||||
char errbuf[120];
|
||||
|
||||
InitializeOpenSSL();
|
||||
|
Loading…
x
Reference in New Issue
Block a user