Remove dead code in EccKeyParamCopy

Found with:

./configure --enable-ecccustcurves --enable-asn=original CFLAGS=-DWOLFSSL_ECC_CURVE_STATIC
pull/7154/head
Anthony Hu 2024-01-22 10:27:59 -05:00
parent d2d653cfdc
commit ccbb726859
1 changed files with 0 additions and 1 deletions

View File

@ -33218,7 +33218,6 @@ static int EccKeyParamCopy(char** dst, char* src)
else {
XSTRNCPY(*dst, src, MAX_ECC_STRING);
}
XFREE(src, key->heap, DYNAMIC_TYPE_ECC_BUFFER);
#endif
return ret;