From ccdad9d68d77a59022770bcff1a2a2708017daa0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 1 Dec 2017 17:34:03 +0100 Subject: [PATCH] Coverage exclusion --- src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c index 84eed89a..402a5181 100644 --- a/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c +++ b/src/libsodium/crypto_core/ed25519/ref10/ed25519_ref10.c @@ -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 */