mirror of https://github.com/ARMmbed/mbed-os.git
GenericSecurityManager: Fix crypto_toolbox_f4 signature.
The type exposed in the header file were not aligned to the one used in the implementation: ble::public_key_t instead of ble::public_key_coord_t.pull/6950/head
parent
378968f0a4
commit
20692d8542
|
@ -354,8 +354,8 @@ private:
|
||||||
* @return true if cryptography functioned worked
|
* @return true if cryptography functioned worked
|
||||||
*/
|
*/
|
||||||
static bool crypto_toolbox_f4(
|
static bool crypto_toolbox_f4(
|
||||||
const public_key_t &U,
|
const public_key_coord_t &U,
|
||||||
const public_key_t &V,
|
const public_key_coord_t &V,
|
||||||
const oob_lesc_value_t &X,
|
const oob_lesc_value_t &X,
|
||||||
oob_confirm_t &confirm
|
oob_confirm_t &confirm
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue