mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Keep only the second test
This commit is contained in:
parent
222ab9857c
commit
7653df070c
@ -83,8 +83,6 @@ main(void)
|
||||
}
|
||||
|
||||
assert(crypto_core_ed25519_is_valid_point(p) == 1);
|
||||
add_P(p);
|
||||
assert(crypto_core_ed25519_is_valid_point(p) == 0);
|
||||
|
||||
memset(p, 0, crypto_core_ed25519_BYTES);
|
||||
assert(crypto_core_ed25519_is_valid_point(p) == 0);
|
||||
|
Loading…
Reference in New Issue
Block a user