packages/openssh: use new service functions, move user/group creation from postinst...
[openwrt/svn-archive/archive.git] / net / openssh / patches / 110-no_ripemd_fix.patch
index a76826e418108ed67355a2fef087858c1c722bf9..35bd0ba93e7c68c4de8406046528bca12db81382 100644 (file)
@@ -1,8 +1,6 @@
-Index: openssh-4.7p1/mac.c
-===================================================================
---- openssh-4.7p1.orig/mac.c   2007-10-02 16:53:04.000000000 -0500
-+++ openssh-4.7p1/mac.c        2007-10-02 16:53:04.000000000 -0500
-@@ -59,8 +59,10 @@
+--- a/mac.c
++++ b/mac.c
+@@ -59,8 +59,10 @@ struct {
        { "hmac-sha1-96",               SSH_EVP, EVP_sha1, 96, -1, -1 },
        { "hmac-md5",                   SSH_EVP, EVP_md5, 0, -1, -1 },
        { "hmac-md5-96",                SSH_EVP, EVP_md5, 96, -1, -1 },