diff options
author | 2023-06-30 23:30:13 +0200 | |
---|---|---|
committer | 2023-06-30 23:30:13 +0200 | |
commit | 52ab7b76f76ee0464fd150ec881ce50fbf2dc001 (patch) | |
tree | 3b2ee64ea5f8a42ed64c01f59b2fd752b23fd546 /3rd_party/libsrp6a-sha512/t_truerand.c | |
parent | f4c30d501eaf5a2c1a386af6a2295dd0029304e9 (diff) | |
download | libimobiledevice-52ab7b76f76ee0464fd150ec881ce50fbf2dc001.tar.gz libimobiledevice-52ab7b76f76ee0464fd150ec881ce50fbf2dc001.tar.bz2 |
3rd_party/libsrp6a-sha512: Update function definitions to modern style
Diffstat (limited to '3rd_party/libsrp6a-sha512/t_truerand.c')
-rw-r--r-- | 3rd_party/libsrp6a-sha512/t_truerand.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/3rd_party/libsrp6a-sha512/t_truerand.c b/3rd_party/libsrp6a-sha512/t_truerand.c index 4a4c3d2..f995ed7 100644 --- a/3rd_party/libsrp6a-sha512/t_truerand.c +++ b/3rd_party/libsrp6a-sha512/t_truerand.c | |||
@@ -227,8 +227,7 @@ raw_truerand() | |||
227 | } | 227 | } |
228 | 228 | ||
229 | int | 229 | int |
230 | raw_n_truerand(n) | 230 | raw_n_truerand(int n) |
231 | int n; | ||
232 | { | 231 | { |
233 | int slop, v; | 232 | int slop, v; |
234 | 233 | ||