Fix sort order. Change-Id: I459637397429109a2314355b571a42a61cb9dd49 Reviewed-on: https://boringssl-review.googlesource.com/25024 Commit-Queue: David Benjamin <davidben@google.com> Commit-Queue: Steven Valdez <svaldez@google.com> Reviewed-by: Steven Valdez <svaldez@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
diff --git a/crypto/fipsmodule/bcm.c b/crypto/fipsmodule/bcm.c index 1e5742b..2e2723f 100644 --- a/crypto/fipsmodule/bcm.c +++ b/crypto/fipsmodule/bcm.c
@@ -87,12 +87,12 @@ #include "rsa/blinding.c" #include "rsa/padding.c" #include "rsa/rsa.c" -#include "tls/kdf.c" #include "rsa/rsa_impl.c" #include "sha/sha1-altivec.c" #include "sha/sha1.c" #include "sha/sha256.c" #include "sha/sha512.c" +#include "tls/kdf.c" #if defined(BORINGSSL_FIPS)