Improve compatibility with OpenSSL 1.1.0

* add missing headers
* stop using deprecated APIs
This commit is contained in:
quentin
2018-02-26 02:43:41 +01:00
parent 38ce95cf1c
commit c8372f27d7
4 changed files with 36 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@
#endif
#include "openssl-compat.h"
#include <openssl/bn.h>
#include <openssl/evp.h>
#include <openssl/x509.h>
#include <openssl/rsa.h>