c60d3379fd
- https://github.com/voidlinux/xbps/issues/167 - https://github.com/voidlinux/xbps/issues/170 - xbps-install/xbps-query line truncation with musl
11 lines
244 B
Diff
11 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;
|
|
}
|