Remove obsolete duplicate declaration for wc_RsaFunction in the KSDK port header.

This commit is contained in:
David Garske 2016-12-06 10:25:56 -08:00
parent f3816a4dc5
commit 9fcb6e4e3c

View File

@ -41,10 +41,6 @@ int ksdk_port_init(void);
int wolfcrypt_fp_invmod(fp_int *a, fp_int *b, fp_int *c);
int _wolfcrypt_fp_exptmod(fp_int *G, fp_int *X, fp_int *P, fp_int *Y);
int _fp_exptmod(fp_int *G, fp_int *X, fp_int *P, fp_int *Y);
#ifndef NO_RSA
#include <wolfssl/wolfcrypt/rsa.h>
int wc_RsaFunction(const byte* in, word32 inLen, byte* out, word32* outLen, int type, RsaKey* key, WC_RNG* rng);
#endif
#endif /* FREESCALE_LTC_TFM */
#if defined(FREESCALE_LTC_ECC)