aboutsummaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2001-05-31 15:34:37 +0000
committerArchie Cobbs <archie@FreeBSD.org>2001-05-31 15:34:37 +0000
commitf2c7e752b91b14b57bc38ba29e47d0971687823e (patch)
tree5f15f81d99db63be6919682f7769135dcc1999e1 /security/skip
parent002a0185d3bd90e6b298ff89182060d1fb550b8a (diff)
downloadports-f2c7e752b91b14b57bc38ba29e47d0971687823e.tar.gz
ports-f2c7e752b91b14b57bc38ba29e47d0971687823e.zip
Notes
Diffstat (limited to 'security/skip')
-rw-r--r--security/skip/files/patch-dh19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/skip/files/patch-dh b/security/skip/files/patch-dh
new file mode 100644
index 000000000000..032185a0e627
--- /dev/null
+++ b/security/skip/files/patch-dh
@@ -0,0 +1,19 @@
+diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/common/skip_ah.c work.new/skip/common/skip_ah.c
+--- skipsrc-1.0.orig/skip/common/skip_ah.c Wed May 16 16:11:34 2001
++++ work.new/skip/common/skip_ah.c Wed May 23 09:02:03 2001
+@@ -342,6 +342,7 @@
+ ip->ip_ttl = 0;
+ ip->ip_tos = 0;
+ ip->ip_off = 0;
++ ip->ip_id = htons(ip->ip_id);
+
+ /*
+ * Compute the AH Data
+@@ -360,6 +361,7 @@
+ ip->ip_ttl = ip_ttl;
+ ip->ip_tos = ip_tos;
+ ip->ip_off = ip_off;
++ ip->ip_id = ntohs(ip->ip_id);
+
+ /*
+ * Now, check if MAC is OK...