1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/skip/files/patch-az
Julian Elischer de8a9e2851 Add a package for the SKIP package from Sun Microsystems,
for making secure pipes across the internet (etc.)
1998-01-09 23:23:58 +00:00

13 lines
510 B
Plaintext

diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/bdcmod/fast_des_cbc/descbc.c skipsrc-1.0/skip/bdcmod/fast_des_cbc/descbc.c
--- skipsrc-1.0.orig/skip/bdcmod/fast_des_cbc/descbc.c Fri Oct 25 13:12:36 1996
+++ skipsrc-1.0/skip/bdcmod/fast_des_cbc/descbc.c Mon Dec 15 17:41:10 1997
@@ -424,7 +424,7 @@
return;
cs=(struct des_cbc_state *)csp;
- *payload = IPPROTO_ENCAP;
+ *payload = IPPROTO_IPIP;
ks = (unsigned long *)(cs->keysched);
mod8 = (len & 0x07); /* technically this is (len % 8) */