We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3df50f commit 8a8fbe3Copy full SHA for 8a8fbe3
src/test/run-pass/issue-3656.rs
@@ -5,7 +5,7 @@
5
use libc::*;
6
7
struct KEYGEN {
8
- hash_algorithm: [c_uint]/2,
+ hash_algorithm: [c_uint * 2],
9
count: uint32_t,
10
salt: *c_void,
11
salt_size: uint32_t,
0 commit comments