fix(openssl): fix build with OPENSSL_NO_DEPRECATED (#3339)
This commit is contained in:
parent
79ada18b49
commit
ca40cfd268
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
#include "crypto.h"
|
||||
#include <openssl/pem.h>
|
||||
#include <openssl/rsa.h>
|
||||
|
||||
namespace crypto {
|
||||
using asn1_string_t = util::safe_ptr<ASN1_STRING, ASN1_STRING_free>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue