summaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-shs.h
blob: a8e11bbd844759916ecf6f145b151ab6ef1cfa96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$FreeBSD$

--- shs.h.orig
+++ shs.h
@@ -1,7 +1,9 @@
+#include <inttypes.h>
+
 typedef struct {
-    long totalLength;
-    unsigned long h[5];
-    unsigned long w[80];
+    int32_t totalLength;
+    uint32_t h[5];
+    uint32_t w[80];
 } SHS_CTX;
 
 unsigned char *qshs();