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
Dmitry Baryshkov
nettle
Commits
7de08b4c
Commit
7de08b4c
authored
Apr 12, 2003
by
Niels Möller
Browse files
(base16_encode_update): Need to undef before
redefining. Rev: src/nettle/base16-meta.c:1.2
parent
4fd20960
Changes
1
Hide whitespace changes
Inline
Side-by-side
base16-meta.c
View file @
7de08b4c
...
...
@@ -51,6 +51,7 @@ base16_encode_update_wrapper(void *ctx, uint8_t *dst,
return
BASE16_ENCODE_LENGTH
(
length
);
}
#undef base16_encode_update
#define base16_encode_update base16_encode_update_wrapper
static
unsigned
...
...
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