We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e5ab1 commit b7ec4a9Copy full SHA for b7ec4a9
1 file changed
tests/crypto-vectors.c
@@ -733,11 +733,11 @@ struct cipher_iv_test_vector {
733
const char *iv_name;
734
uint64_t iv_offset;
735
unsigned int data_length;
736
- const char in_sha256[32];
+ const char *in_sha256;
737
struct {
738
size_t sector_size;
739
bool large_iv;
740
- const char out_sha256[32];
+ const char *out_sha256;
741
} out[7];
742
};
743
0 commit comments