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
23226b5d
Commit
23226b5d
authored
Nov 16, 2003
by
Niels Möller
Browse files
Comment fix, it's BASE64_ENCODE_FINAL_LENGTH, not BASE64_ENCODE_FINAL_SIZE.
Rev: src/nettle/base64.h:1.13
parent
7aef469f
Changes
1
Hide whitespace changes
Inline
Side-by-side
base64.h
View file @
23226b5d
...
...
@@ -81,7 +81,7 @@ base64_encode_update(struct base64_encode_ctx *ctx,
const
uint8_t
*
src
);
/* DST should point to an area of size at least
* BASE64_ENCODE_FINAL_
SIZE
*/
* BASE64_ENCODE_FINAL_
LENGTH
*/
unsigned
base64_encode_final
(
struct
base64_encode_ctx
*
ctx
,
uint8_t
*
dst
);
...
...
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