Fix Android build.
Change-Id: Id4b1758f743d91004e261457c8fe865891b93701 Reviewed-on: https://boringssl-review.googlesource.com/14808 Reviewed-by: Steven Valdez <svaldez@google.com> Commit-Queue: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
This commit is contained in:
parent
aff72a3805
commit
10f6bc7fd0
@ -17,14 +17,14 @@
|
||||
|
||||
#include <openssl/poly1305.h>
|
||||
|
||||
#if defined(OPENSSL_POLY1305_NEON)
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "../internal.h"
|
||||
#include "internal.h"
|
||||
|
||||
|
||||
#if defined(OPENSSL_POLY1305_NEON)
|
||||
|
||||
typedef struct {
|
||||
uint32_t v[12]; /* for alignment; only using 10 */
|
||||
} fe1305x2;
|
||||
|
Loading…
Reference in New Issue
Block a user