Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
100223be
Commit
100223be
authored
Jul 02, 2005
by
Niels Möller
Browse files
(test_main): Use static const for msg.
Rev: src/nettle/testsuite/cbc-test.c:1.5
parent
63cac81f
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/cbc-test.c
View file @
100223be
...
...
@@ -73,7 +73,7 @@ test_cbc_bulk(void)
int
test_main
(
void
)
{
uint8_t
msg
[
2
*
AES_BLOCK_SIZE
]
=
"Listen, I'll say this only once!"
;
static
const
uint8_t
msg
[
2
*
AES_BLOCK_SIZE
]
=
"Listen, I'll say this only once!"
;
/* Intermediate values:
* iv XOR first message block:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment