12 lines
244 B
Diff
12 lines
244 B
Diff
|
--- lib/pubkey2fp.c.orig 2016-04-24 19:27:07.063791995 +0200
|
||
|
+++ lib/pubkey2fp.c 2016-04-24 19:27:11.295783820 +0200
|
||
|
@@ -160,8 +160,5 @@ out:
|
||
|
if (pEncoding)
|
||
|
free(pEncoding);
|
||
|
|
||
|
- EVP_cleanup();
|
||
|
- ERR_free_strings();
|
||
|
-
|
||
|
return hexfpstr;
|
||
|
}
|