Need cpu.h for |OPENSSL_ia32cap_P|. (Otherwise the individual-file build breaks.) Change-Id: Id3defd08cd2b49af1d8eb6890bd8454332c1aa1e Reviewed-on: https://boringssl-review.googlesource.com/c/33124 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>
diff --git a/crypto/fipsmodule/ec/p256-x86_64.c b/crypto/fipsmodule/ec/p256-x86_64.c index c5f2d1c..b342214 100644 --- a/crypto/fipsmodule/ec/p256-x86_64.c +++ b/crypto/fipsmodule/ec/p256-x86_64.c
@@ -23,6 +23,7 @@ #include <string.h> #include <openssl/bn.h> +#include <openssl/cpu.h> #include <openssl/crypto.h> #include <openssl/err.h>