From 9893cf0f44ca86d40f46e3b0b4306b42bb5041ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 7 May 2014 09:44:55 +0300 Subject: main/nginx-lua: moved from testing --- testing/nginx-lua/musl-crypt-fix.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 testing/nginx-lua/musl-crypt-fix.patch (limited to 'testing/nginx-lua/musl-crypt-fix.patch') diff --git a/testing/nginx-lua/musl-crypt-fix.patch b/testing/nginx-lua/musl-crypt-fix.patch deleted file mode 100644 index 2f11fe2e9d..0000000000 --- a/testing/nginx-lua/musl-crypt-fix.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- nginx-1.4.4/src/os/unix/ngx_user.c.orig -+++ nginx-1.4.4/src/os/unix/ngx_user.c -@@ -31,8 +31,10 @@ - struct crypt_data cd; - - cd.initialized = 0; -+#ifdef __GLIBC__ - /* work around the glibc bug */ - cd.current_salt[0] = ~salt[0]; -+#endif - - value = crypt_r((char *) key, (char *) salt, &cd); - -- cgit v1.2.3