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
Marcus Hoffmann
nettle
Commits
2b1fb7fd
Commit
2b1fb7fd
authored
Nov 07, 2002
by
Niels Möller
Browse files
(LDUP): New macro.
Rev: src/nettle/testsuite/testutils.h:1.15
parent
3a55563c
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/testutils.h
View file @
2b1fb7fd
...
...
@@ -102,6 +102,7 @@ test_dsa_key(struct dsa_public_key *pub,
#define HL(x) decode_hex_length(x), decode_hex_dup(x)
#define LDATA(x) strlen(x), x
#define LDUP(x) strlen(x), strdup(x)
#define MEMEQ(length, a, b) (!memcmp((a), (b), (length)))
#define MEMEQH(length, a, b) \
...
...
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