Skip to content
Snippets Groups Projects
Commit dc67ea7b authored by jboeuf's avatar jboeuf
Browse files

Merge pull request #1565 from mzhaom/boringssl

Include <openssl/mem.h> when boringssl is used.
parents a181567b 766d77ca
Branches
Tags
No related merge requests found
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
#include "src/core/tsi/transport_security.h" #include "src/core/tsi/transport_security.h"
#include <openssl/bio.h> #include <openssl/bio.h>
#include <openssl/crypto.h> /* For OPENSSL_free */
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/ssl.h> #include <openssl/ssl.h>
#include <openssl/x509.h> #include <openssl/x509.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment