Remove remaining uses of old fixed-length vec syntax

This commit is contained in:
Brian Anderson 2012-10-20 16:59:20 -07:00
parent f3df50f67f
commit 8a8fbe3dce

View file

@ -5,7 +5,7 @@
use libc::*;
struct KEYGEN {
hash_algorithm: [c_uint]/2,
hash_algorithm: [c_uint * 2],
count: uint32_t,
salt: *c_void,
salt_size: uint32_t,