diff options
Diffstat (limited to 'crypto/ecc.c')
-rw-r--r-- | crypto/ecc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecc.c b/crypto/ecc.c index 9aedec6bbe72..414c78a9c214 100644 --- a/crypto/ecc.c +++ b/crypto/ecc.c | |||
@@ -966,7 +966,7 @@ out: | |||
966 | return ret; | 966 | return ret; |
967 | } | 967 | } |
968 | 968 | ||
969 | int ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, | 969 | int crypto_ecdh_shared_secret(unsigned int curve_id, unsigned int ndigits, |
970 | const u8 *private_key, unsigned int private_key_len, | 970 | const u8 *private_key, unsigned int private_key_len, |
971 | const u8 *public_key, unsigned int public_key_len, | 971 | const u8 *public_key, unsigned int public_key_len, |
972 | u8 *secret, unsigned int secret_len) | 972 | u8 *secret, unsigned int secret_len) |