enable-fpecc enable-ecc

This commit is contained in:
kaleb-himes
2015-01-06 13:42:02 -07:00
parent a990a5cebf
commit ce65bef5a8
3 changed files with 5 additions and 5 deletions

View File

@@ -5495,7 +5495,7 @@ int wolfSSL_Cleanup(void)
ret = BAD_MUTEX_E;
#if defined(HAVE_ECC) && defined(FP_ECC)
ecc_fp_free();
wc_ecc_fp_free();
#endif
return ret;