Skip to content
Snippets Groups Projects
Commit 7de08b4c authored by Niels Möller's avatar Niels Möller
Browse files

(base16_encode_update): Need to undef before

redefining.

Rev: src/nettle/base16-meta.c:1.2
parent 4fd20960
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,7 @@ base16_encode_update_wrapper(void *ctx, uint8_t *dst, ...@@ -51,6 +51,7 @@ base16_encode_update_wrapper(void *ctx, uint8_t *dst,
return BASE16_ENCODE_LENGTH(length); return BASE16_ENCODE_LENGTH(length);
} }
#undef base16_encode_update
#define base16_encode_update base16_encode_update_wrapper #define base16_encode_update base16_encode_update_wrapper
static unsigned static unsigned
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment