forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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);