diff options
| author | Jason A. Donenfeld <[email protected]> | 2022-05-28 10:24:29 +0000 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2022-06-10 08:40:19 +0000 |
| commit | 920b0442b9f884f55f4745b53430c80e71e90275 (patch) | |
| tree | 21573165ef3354c2e88dcad34cca0a5aeb801964 /lib/mpi/mpi-mul.c | |
| parent | crypto: octeontx2 - add firmware version in devlink info (diff) | |
| download | kernel-920b0442b9f884f55f4745b53430c80e71e90275.tar.gz kernel-920b0442b9f884f55f4745b53430c80e71e90275.zip | |
crypto: memneq - move into lib/
This is used by code that doesn't need CONFIG_CRYPTO, so move this into
lib/ with a Kconfig option so that it can be selected by whatever needs
it.
This fixes a linker error Zheng pointed out when
CRYPTO_MANAGER_DISABLE_TESTS!=y and CRYPTO=m:
lib/crypto/curve25519-selftest.o: In function `curve25519_selftest':
curve25519-selftest.c:(.init.text+0x60): undefined reference to `__crypto_memneq'
curve25519-selftest.c:(.init.text+0xec): undefined reference to `__crypto_memneq'
curve25519-selftest.c:(.init.text+0x114): undefined reference to `__crypto_memneq'
curve25519-selftest.c:(.init.text+0x154): undefined reference to `__crypto_memneq'
Reported-by: Zheng Bin <[email protected]>
Cc: Eric Biggers <[email protected]>
Cc: [email protected]
Fixes: aa127963f1ca ("crypto: lib/curve25519 - re-add selftests")
Signed-off-by: Jason A. Donenfeld <[email protected]>
Reviewed-by: Eric Biggers <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions
