mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
Fixing #includes. pem.h and evp.h are not needed, only rsa.h
This commit is contained in:
@@ -35,8 +35,7 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "Poco/Crypto/RSADigestEngine.h"
|
#include "Poco/Crypto/RSADigestEngine.h"
|
||||||
#include <openssl/pem.h>
|
#include <openssl/rsa.h>
|
||||||
#include <openssl/evp.h>
|
|
||||||
|
|
||||||
|
|
||||||
namespace Poco {
|
namespace Poco {
|
||||||
|
|||||||
Reference in New Issue
Block a user