Merge pull request #171 from ebfe/170

lib: dont call EVP_cleanup in fp2str
This commit is contained in:
Juan RP 2016-04-24 19:19:21 +02:00
commit 137a4db5b4

View File

@ -160,8 +160,5 @@ out:
if (pEncoding)
free(pEncoding);
EVP_cleanup();
ERR_free_strings();
return hexfpstr;
}