Move fips.c into a subdirectory.

The build scripts distinguish between normal files and bcm.c fragments
based on whether code is in a subdirectory inside crypto/fipsmodule.

Bug: 401
Change-Id: Ieba88178e4f8e19f020e56e2567d5736a34bb43f
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/46224
Reviewed-by: Adam Langley <agl@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
This commit is contained in:
David Benjamin 2021-03-17 11:55:14 -04:00 committed by CQ bot account: commit-bot@chromium.org
parent a3437c09c7
commit fb855a28fe
2 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,6 @@
#include "ec/simple_mul.c"
#include "ec/util.c"
#include "ec/wnaf.c"
#include "fips.c"
#include "hmac/hmac.c"
#include "md4/md4.c"
#include "md5/md5.c"
@ -98,6 +97,7 @@
#include "rsa/padding.c"
#include "rsa/rsa.c"
#include "rsa/rsa_impl.c"
#include "self_check/fips.c"
#include "self_check/self_check.c"
#include "sha/sha1-altivec.c"
#include "sha/sha1.c"

View File

@ -14,8 +14,8 @@
#include <openssl/crypto.h>
#include "../internal.h"
#include "delocate.h"
#include "../../internal.h"
#include "../delocate.h"
int FIPS_mode(void) {