Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

crypto: ecc - delete a useless function declaration

This function declaration has been added in 'ecc_curve.h',
delete it in 'crypto/ecc.h'.

Fixes: 4e6602916bc6(crypto: ecdsa - Add support for ECDSA ...)
Signed-off-by: Meng Yu <yumeng18@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Meng Yu and committed by
Herbert Xu
fa07c1a3 16a9874f

-8
-8
crypto/ecc.h
··· 56 56 } 57 57 58 58 /** 59 - * ecc_get_curve() - Get a curve given its curve_id 60 - * @curve_id: Id of the curve 61 - * 62 - * Returns pointer to the curve data, NULL if curve is not available 63 - */ 64 - const struct ecc_curve *ecc_get_curve(unsigned int curve_id); 65 - 66 - /** 67 59 * ecc_is_key_valid() - Validate a given ECDH private key 68 60 * 69 61 * @curve_id: id representing the curve to use