crypto: api - Export crypto_boot_test_finished
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 27 Sep 2021 11:23:42 +0000 (19:23 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 1 Oct 2021 06:41:23 +0000 (14:41 +0800)
commite42dff467ee688fe6b5a083f1837d06e3b27d8c0
tree8ad3facdfae59138d69c294e3983f51d82242bba
parent6e96dbe7c40a66a1dac3cdc8d29e9172d937a7b1
crypto: api - Export crypto_boot_test_finished

We need to export crypto_boot_test_finished in case api.c is
built-in while algapi.c is built as a module.

Fixes: adad556efcdd ("crypto: api - Fix built-in testing dependency failures")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Tested-by: Stephen Rothwell <sfr@canb.auug.org.au> # ppc32 build
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/api.c