mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
de8a9e2851
for making secure pipes across the internet (etc.)
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
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
|