summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-mac_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
commit3cac6b11b1248fb63eae9e4fc64e41e9d8c8eb1b (patch)
treed0cec50e47cf01bf981e2316b3b8029373b5fe00 /package/openssh/patches/patch-mac_c
parentc5dc60b664fcbba2642346c4b80fc407264337b7 (diff)
fix musl compile
Diffstat (limited to 'package/openssh/patches/patch-mac_c')
-rw-r--r--package/openssh/patches/patch-mac_c6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssh/patches/patch-mac_c b/package/openssh/patches/patch-mac_c
index c06cbe38a..df8eac301 100644
--- a/package/openssh/patches/patch-mac_c
+++ b/package/openssh/patches/patch-mac_c
@@ -1,7 +1,7 @@
diff -Nur openssh-6.2p1.orig/mac.c openssh-6.2p1/mac.c
--- openssh-6.2p1.orig/mac.c 2012-12-12 01:00:37.000000000 +0100
-+++ openssh-6.2p1/mac.c 2013-04-29 15:14:29.000000000 +0200
-@@ -68,8 +68,10 @@
++++ openssh-6.2p1/mac.c 2013-08-20 08:56:49.123256567 +0200
+@@ -68,8 +68,10 @@ struct {
#endif
{ "hmac-md5", SSH_EVP, EVP_md5, 0, 0, 0, 0 },
{ "hmac-md5-96", SSH_EVP, EVP_md5, 96, 0, 0, 0 },
@@ -12,7 +12,7 @@ diff -Nur openssh-6.2p1.orig/mac.c openssh-6.2p1/mac.c
{ "umac-64@openssh.com", SSH_UMAC, NULL, 0, 128, 64, 0 },
{ "umac-128@openssh.com", SSH_UMAC128, NULL, 0, 128, 128, 0 },
-@@ -82,7 +84,9 @@
+@@ -82,7 +84,9 @@ struct {
#endif
{ "hmac-md5-etm@openssh.com", SSH_EVP, EVP_md5, 0, 0, 0, 1 },
{ "hmac-md5-96-etm@openssh.com", SSH_EVP, EVP_md5, 96, 0, 0, 1 },