mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6817 from pan-/fix-crypto_toolbox_f4-parameter-types
GenericSecurityManager: Fix crypto_toolbox_f4 signature.pull/6856/merge
commit
c97a8fb216
|
@ -354,8 +354,8 @@ private:
|
|||
* @return true if cryptography functioned worked
|
||||
*/
|
||||
static bool crypto_toolbox_f4(
|
||||
const public_key_t &U,
|
||||
const public_key_t &V,
|
||||
const public_key_coord_t &U,
|
||||
const public_key_coord_t &V,
|
||||
const oob_lesc_value_t &X,
|
||||
oob_confirm_t &confirm
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue