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)
|
||||
free(pEncoding);
|
||||
|
||||
EVP_cleanup();
|
||||
ERR_free_strings();
|
||||
|
||||
return hexfpstr;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user