hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/bluetooth/selftest.c
....@@ -205,7 +205,7 @@
205205
206206 calltime = ktime_get();
207207
208
- tfm = crypto_alloc_kpp("ecdh", CRYPTO_ALG_INTERNAL, 0);
208
+ tfm = crypto_alloc_kpp("ecdh", 0, 0);
209209 if (IS_ERR(tfm)) {
210210 BT_ERR("Unable to create ECDH crypto context");
211211 err = PTR_ERR(tfm);