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:
parent
7bf0bccd61
commit
1627871d18
@ -20,6 +20,7 @@
|
|||||||
|
|
||||||
#include <openssl/mem.h>
|
#include <openssl/mem.h>
|
||||||
|
|
||||||
|
#include "internal.h"
|
||||||
#include "../../internal.h"
|
#include "../../internal.h"
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@
|
|||||||
|
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
|
#include "internal.h"
|
||||||
|
|
||||||
// RSAZ_1024_mod_exp_avx2 sets |result| to |base_norm| raised to |exponent|
|
// 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
|
// 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|,
|
// the high bit set (it is 1024 bits wide). |RR| and |k0| must be |RR| and |n0|,
|
||||||
|
Loading…
Reference in New Issue
Block a user