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:
David Benjamin 2017-04-07 13:19:38 -04:00 committed by CQ bot account: commit-bot@chromium.org
parent aff72a3805
commit 10f6bc7fd0

View File

@ -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;