mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
remove unneeded include and duplicate declaration
This commit is contained in:
parent
9e18ae0944
commit
ba5af017cc
@ -28,7 +28,6 @@
|
||||
#include <openssl/pem.h>
|
||||
#include <sstream>
|
||||
#include <typeinfo>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
@ -182,7 +181,7 @@ private:
|
||||
EVP_PKEY* pKey = getFunc ? EVP_PKEY_new() : (EVP_PKEY*)*ppKey;
|
||||
if (pKey)
|
||||
{
|
||||
FILE* pFile = fopen(keyFile.c_str(), "r");
|
||||
pFile = fopen(keyFile.c_str(), "r");
|
||||
if (pFile)
|
||||
{
|
||||
pem_password_cb* pCB = pass.empty() ? (pem_password_cb*)0 : &passCB;
|
||||
|
Loading…
x
Reference in New Issue
Block a user