Test Execution Status | Statistics |
---|---|
Passed | 0.000% (0/43) |
Incident | 0.000% (0/43) |
Skipped | 0.000% (0/43) |
Failed | 0.000% (0/43) |
Requires Manual Checking | 0.000% (0/43) |
Unknown | 0.000% (0/43) |
All | 0.000% (0/43) |
Category | Removed Lines | Inserted Lines | Total |
---|---|---|---|
Modified lines executed: | 0.000% (0/6) | -- (0/0) | 0.000% (0/6) |
Modified lines not executed: | 0.000% (0/6) | -- (0/0) | 0.000% (0/6) |
Source code lines not instrumented: | 100.000% (6/6) | -- (0/0) | 100.000% (6/6) |
Execution Name | State |
---|
Line | Tests | Difference Output |
---|---|---|
diff --git a/crypto/bn/asm/x86_64-gcc.c b/crypto/bn/asm/x86_64-gcc.c | ||
index d38f337164..e6f1698314 100644 | ||
--- a/crypto/bn/asm/x86_64-gcc.c | ||
+++ b/crypto/bn/asm/x86_64-gcc.c | ||
@@ -64,12 +64,6 @@ | ||
64 | * machine. | |
65 | */ | |
66 | ||
67 | - No equivalent source code line in the reference code can be identified. | -# if defined(_WIN64) || !defined(__LP64__) |
68 | - No equivalent source code line in the reference code can be identified. | -# define BN_ULONG unsigned long long |
69 | - No equivalent source code line in the reference code can be identified. | -# else |
70 | - No equivalent source code line in the reference code can be identified. | -# define BN_ULONG unsigned long |
71 | - No equivalent source code line in the reference code can be identified. | -# endif |
72 | - No equivalent source code line in the reference code can be identified. | - |
73 ➡ 67 | # undef mul | |
74 ➡ 68 | # undef mul_add | |
75 ➡ 69 |