Include bn/internal.h for RSAZ code.

When building files separately, omitting this causes some #defines to be
missing.

Change-Id: I235231467d3f51ee0a53325698356aefa72c6a67
Reviewed-on: https://boringssl-review.googlesource.com/28944
Commit-Queue: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
Adam Langley 2018-06-04 10:16:16 -07:00 committed by CQ bot account: commit-bot@chromium.org
parent 7bf0bccd61
commit 1627871d18
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -17,6 +17,8 @@
#include <openssl/bn.h>
#include "internal.h"
// RSAZ_1024_mod_exp_avx2 sets |result| to |base_norm| raised to |exponent|
// modulo |m_norm|. |base_norm| must be fully-reduced and |exponent| must have
// the high bit set (it is 1024 bits wide). |RR| and |k0| must be |RR| and |n0|,