diff options
Diffstat (limited to 'dev-games/libggz/files/libggz-0.0.9-gcrypt.patch')
-rw-r--r-- | dev-games/libggz/files/libggz-0.0.9-gcrypt.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-games/libggz/files/libggz-0.0.9-gcrypt.patch b/dev-games/libggz/files/libggz-0.0.9-gcrypt.patch deleted file mode 100644 index 3c5754976000..000000000000 --- a/dev-games/libggz/files/libggz-0.0.9-gcrypt.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/security/hashfunc.c 2006-01-18 07:57:42.000000000 +0100 -+++ src/security/hashfunc.c.new 2006-01-18 07:58:33.000000000 +0100 -@@ -36,7 +36,7 @@ - return hash; - } - -- handle = gcry_md_open(0, flags); -+ gcry_md_open(&handle, 0, flags); - if(!handle) - { - fprintf(stderr, "Error: couldn't create handle.\n"); |