mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Coverage exclusion
This commit is contained in:
@@ -1966,7 +1966,7 @@ ge25519_from_uniform(unsigned char s[32], const unsigned char r[32])
|
||||
/* recover x */
|
||||
s[31] |= x_sign;
|
||||
if (ge25519_frombytes(&p3, s) != 0) {
|
||||
abort();
|
||||
abort(); /* LCOV_EXCL_LINE */
|
||||
}
|
||||
|
||||
/* multiply by the cofactor */
|
||||
|
||||
Reference in New Issue
Block a user