commit | c93ab63a53cae67b7aaccd9760de5ab86d2f66b9 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@google.com> | Tue Nov 13 09:01:05 2018 -0800 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Tue Nov 13 17:15:39 2018 +0000 |
tree | 98f4a4a20d2ae091ce28f89e7382423372a31638 | |
parent | c1c81613ce5ed39c7ebd0150385ec74b30c4037d [diff] |
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>