From 9fcb6e4e3c8e82b15f790aeb3f3e12ceb5a6016a Mon Sep 17 00:00:00 2001 From: David Garske Date: Tue, 6 Dec 2016 10:25:56 -0800 Subject: [PATCH] Remove obsolete duplicate declaration for wc_RsaFunction in the KSDK port header. --- wolfssl/wolfcrypt/port/nxp/ksdk_port.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wolfssl/wolfcrypt/port/nxp/ksdk_port.h b/wolfssl/wolfcrypt/port/nxp/ksdk_port.h index d6acdd764..5b2673a45 100755 --- a/wolfssl/wolfcrypt/port/nxp/ksdk_port.h +++ b/wolfssl/wolfcrypt/port/nxp/ksdk_port.h @@ -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 - 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)