aboutsummaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-esm__cipher.c
blob: d16f0139e760d03db8f98b028c9be513b3f0ad97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

$FreeBSD$

--- esm_cipher.c.orig
+++ esm_cipher.c
@@ -157,7 +157,7 @@
 	unsigned int n;
 	int i;
 	struct timeval tv;
-	unsigned long truerand();
+	uint32_t truerand();
 	unsigned char b[20];
 	
 	R_RandomInit(&rs);