Merge pull request #171 from ebfe/170
lib: dont call EVP_cleanup in fp2str
This commit is contained in:
commit
137a4db5b4
@ -160,8 +160,5 @@ out:
|
|||||||
if (pEncoding)
|
if (pEncoding)
|
||||||
free(pEncoding);
|
free(pEncoding);
|
||||||
|
|
||||||
EVP_cleanup();
|
|
||||||
ERR_free_strings();
|
|
||||||
|
|
||||||
return hexfpstr;
|
return hexfpstr;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user