summaryrefslogtreecommitdiff
path: root/crypto/scoped_openssl_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scoped_openssl_types.h')
-rw-r--r--crypto/scoped_openssl_types.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/scoped_openssl_types.h b/crypto/scoped_openssl_types.h
index e7b27deeae..33b618d1a3 100644
--- a/crypto/scoped_openssl_types.h
+++ b/crypto/scoped_openssl_types.h
@@ -11,6 +11,9 @@
#include <openssl/ec.h>
#include <openssl/ecdsa.h>
#include <openssl/evp.h>
+#ifdef OPENSSL_IS_BORINGSSL
+#include <openssl/mem.h>
+#endif
#include <openssl/rsa.h>
#include <stdint.h>