summaryrefslogtreecommitdiff
path: root/security/cfs/patches/patch-cfs__cipher.c
blob: 1cd80789157eb9ba18bba882e2b506b282e4d6eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-cfs__cipher.c,v 1.1 2012/10/26 20:24:19 joerg Exp $

--- cfs_cipher.c.orig	2012-10-26 03:56:31.000000000 +0000
+++ cfs_cipher.c
@@ -70,10 +70,7 @@ cipher(k,s,d)
 	}
 }
 
-mask_cipher(k,s,d)
-     cfskey *k;
-     unsigned char *s;
-     int d;
+void mask_cipher(cfskey *k, unsigned char *s, int d)
 {
 	d=d&1;
 	switch (k->cipher) {