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

(LDUP): New macro.

Rev: src/nettle/testsuite/testutils.h:1.15
parent 3a55563c
No related branches found
No related tags found
No related merge requests found
...@@ -102,6 +102,7 @@ test_dsa_key(struct dsa_public_key *pub, ...@@ -102,6 +102,7 @@ test_dsa_key(struct dsa_public_key *pub,
#define HL(x) decode_hex_length(x), decode_hex_dup(x) #define HL(x) decode_hex_length(x), decode_hex_dup(x)
#define LDATA(x) strlen(x), x #define LDATA(x) strlen(x), x
#define LDUP(x) strlen(x), strdup(x)
#define MEMEQ(length, a, b) (!memcmp((a), (b), (length))) #define MEMEQ(length, a, b) (!memcmp((a), (b), (length)))
#define MEMEQH(length, a, b) \ #define MEMEQH(length, a, b) \
......
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