| 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/2) | 0.000% (0/1) | 0.000% (0/3) |
| Modified lines not executed: | 0.000% (0/2) | 0.000% (0/1) | 0.000% (0/3) |
| Source code lines not instrumented: | 100.000% (2/2) | 100.000% (1/1) | 100.000% (3/3) |
| Execution Name | State |
|---|
| Line | Tests | Difference Output |
|---|---|---|
| diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c | ||
| index b60cc79a2f..14066d0ea4 100644 | ||
| --- a/ssl/ssl_ciph.c | ||
| +++ b/ssl/ssl_ciph.c | ||
| @@ -1301,7 +1301,7 @@ static int ciphersuite_cb(const char *elem, int len, void *arg) | ||
| 1301 | return 1; | |
| 1302 | } | |
| 1303 | ||
| 1304 | - No equivalent source code line in the reference code can be identified. | -int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) |
| 1304 | - | +static __owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str) |
| 1305 | { | |
| 1306 | STACK_OF(SSL_CIPHER) *newciphers = sk_SSL_CIPHER_new_null(); | |
| 1307 |
| Line | Tests | Difference Output |
|---|---|---|
| diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h | ||
| index e8819e7a28..8afb117372 100644 | ||
| --- a/ssl/ssl_locl.h | ||
| +++ b/ssl/ssl_locl.h | ||
| @@ -2251,7 +2251,6 @@ __owur int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b); | ||
| 2251 | DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id); | |
| 2252 | __owur int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap, | |
| 2253 | const SSL_CIPHER *const *bp); | |
| 2254 | - No equivalent source code line in the reference code can be identified. | -__owur int set_ciphersuites(STACK_OF(SSL_CIPHER) **currciphers, const char *str); |
| 2255 ➡ 2254 | __owur STACK_OF(SSL_CIPHER) *ssl_create_cipher_list(const SSL_METHOD *ssl_method, | |
| 2256 ➡ 2255 | STACK_OF(SSL_CIPHER) *tls13_ciphersuites, | |
| 2257 ➡ 2256 | STACK_OF(SSL_CIPHER) **cipher_list, |