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

(test_weak): Don't check the deleted status attribute.

Rev: nettle/testsuite/des-test.c:1.3
parent 94b83a3c
No related branches found
No related tags found
No related merge requests found
...@@ -53,8 +53,7 @@ test_weak(const uint8_t *key) ...@@ -53,8 +53,7 @@ test_weak(const uint8_t *key)
{ {
struct des_ctx ctx; struct des_ctx ctx;
if (des_set_key(&ctx, key) if (des_set_key(&ctx, key))
|| (ctx.status != DES_WEAK_KEY))
FAIL(); FAIL();
} }
......
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