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
LSH
lsh
Commits
10f496f4
Commit
10f496f4
authored
Jun 17, 2001
by
Niels Möller
Browse files
Include "nettle/memxor".
Rev: src/cbc.c:1.7 Rev: src/hmac.c:1.7
parent
009db097
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/cbc.c
View file @
10f496f4
...
...
@@ -32,7 +32,7 @@
#include
"cbc.c.x"
#if !HAVE_MEMXOR
#include
"memxor.h"
#include
"
nettle/
memxor.h"
#endif
/* GABA:
...
...
src/hmac.c
View file @
10f496f4
...
...
@@ -30,7 +30,7 @@
#include
"hmac.c.x"
#if !HAVE_MEMXOR
#include
"memxor.h"
#include
"
nettle/
memxor.h"
#endif
/* The HMAC (rfc-2104) construction */
...
...
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