Include a couple of missing header files.

mem.h for |OPENSSL_cleanse| and bn/internal.h for things like
|bn_less_than_words| and |bn_correct_top|.

Change-Id: I3c447a565dd9e4f18fb2ff5d59f80564b4df8cea
Reviewed-on: https://boringssl-review.googlesource.com/23164
Reviewed-by: Adam Langley <agl@google.com>
This commit is contained in:
Adam Langley 2017-11-20 10:42:36 -08:00
parent 8793942c5c
commit 8c565fa86c
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#include <string.h> #include <string.h>
#include <openssl/err.h> #include <openssl/err.h>
#include <openssl/mem.h>
#include "internal.h" #include "internal.h"
#include "../../internal.h" #include "../../internal.h"

View File

@ -116,6 +116,7 @@
#include <openssl/sha.h> #include <openssl/sha.h>
#include <openssl/type_check.h> #include <openssl/type_check.h>
#include "internal.h"
#include "../../internal.h" #include "../../internal.h"
#include "../rand/internal.h" #include "../rand/internal.h"