diff options
author | Julian Elischer <julian@FreeBSD.org> | 1998-01-09 23:23:58 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1998-01-09 23:23:58 +0000 |
commit | de8a9e28514d8bc9a9fec2eea38c03176e927046 (patch) | |
tree | e5692950c8d78ca95a07e7aff61f86d562892e1c /security/skip/files/patch-ba | |
parent | bec8f4d32e9df07647005d504bb93579e076c67e (diff) |
Notes
Diffstat (limited to 'security/skip/files/patch-ba')
-rw-r--r-- | security/skip/files/patch-ba | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/skip/files/patch-ba b/security/skip/files/patch-ba new file mode 100644 index 000000000000..18e09d8b3ba4 --- /dev/null +++ b/security/skip/files/patch-ba @@ -0,0 +1,12 @@ +diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/bdcmod/simplecrypt/simplecrypt.c skipsrc-1.0/skip/bdcmod/simplecrypt/simplecrypt.c +--- skipsrc-1.0.orig/skip/bdcmod/simplecrypt/simplecrypt.c Fri Oct 25 13:12:38 1996 ++++ skipsrc-1.0/skip/bdcmod/simplecrypt/simplecrypt.c Mon Dec 15 17:41:14 1997 +@@ -335,7 +335,7 @@ + register char *s = keyp->buf; + register char *e = keyp->buf + keyp->len; + +- *payload_type = IPPROTO_ENCAP; ++ *payload_type = IPPROTO_IPIP; + + /* + * exclusive-or the key over the buffer |