mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-24 14:19:08 +01:00
remove unneeded include and duplicate declaration
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user