aboutsummaryrefslogtreecommitdiffstats
path: root/security/skip/files/patch-bf
blob: 308bc3f9159b4558452fb0f1e5376ece7827c563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
diff -ur --unidirectional-new-file skipsrc-1.0.orig/skip/common/skip_keystore.c work.new/skip/common/skip_keystore.c
--- skipsrc-1.0.orig/skip/common/skip_keystore.c    Fri Oct 25 13:12:41 1996
+++ work.new/skip/common/skip_keystore.c    Tue Mar  9 20:23:43 1999
@@ -308,7 +308,7 @@
        /*
         * SKIP tunneling mode
         */
-       params->payload_type = IPPROTO_ENCAP;
+       params->payload_type = IPPROTO_IPIP;
    }
    /*
     * Return offset of data to decrypt
@@ -1177,7 +1177,7 @@
  * Returns: none
  */
 void
-skip_key_iterate(int (*f)(), void *arg)
+skip_key_iterate(int (*f)(skip_keycb_t *, void *), void *arg)
 {
    skip_keycb_t    *cp, *ncp;
    int     i, rc;
@@ -1209,7 +1209,7 @@
        for (cp = skip_decrypt_hashtable[i]; cp; cp = ncp) {
            ncp = cp->next;
 
-           rc = (*f)(cp);
+           rc = (*f)(cp, arg);
 
            if (rc) {
                skip_hash_remove(cp, skip_decrypt_hashtable,