mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
fix compilation without deprecated OpenSSL APIs (#3690)
Missing headers and function. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
#include "Poco/Format.h"
|
||||
#include "Poco/Error.h"
|
||||
#include <openssl/bio.h>
|
||||
#include <openssl/bn.h>
|
||||
#include <openssl/dh.h>
|
||||
#include <openssl/err.h>
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/x509v3.h>
|
||||
|
Reference in New Issue
Block a user