Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
7de08b4c
Commit
7de08b4c
authored
Apr 12, 2003
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
base16-meta.c
base16-meta.c
+1
-0
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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