| Test Execution Status | Statistics |
|---|---|
| Passed | 0.000% (0/10) |
| Incident | 0.000% (0/10) |
| Skipped | 0.000% (0/10) |
| Failed | 0.000% (0/10) |
| Requires Manual Checking | 0.000% (0/10) |
| Unknown | 0.000% (0/10) |
| All | 0.000% (0/10) |
| Category | Removed Lines | Inserted Lines | Total |
|---|---|---|---|
| Modified lines executed: | 0.000% (0/1) | 0.000% (0/2) | 0.000% (0/3) |
| Modified lines not executed: | 0.000% (0/1) | 0.000% (0/2) | 0.000% (0/3) |
| Source code lines not instrumented: | 100.000% (1/1) | 100.000% (2/2) | 100.000% (3/3) |
| Execution Name | State |
|---|
| Line | Tests | Difference Output |
|---|---|---|
| diff --git a/servconf.c b/servconf.c | ||
| index 5411640f..932d363b 100644 | ||
| --- a/servconf.c | ||
| +++ b/servconf.c | ||
| @@ -1,5 +1,5 @@ | ||
| 1 | ||
| 2 | - No equivalent source code line in the reference code can be identified. | -/* $OpenBSD: servconf.c,v 1.341 2018/09/20 03:28:06 djm Exp $ */ |
| 2 | - | +/* $OpenBSD: servconf.c,v 1.342 2018/09/20 23:40:16 djm Exp $ */ |
| 3 | /* | |
| 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | |
| 5 | * All rights reserved | |
| @@ -644,6 +644,7 @@ static struct { | ||
| 644 | { "disableforwarding", sDisableForwarding, SSHCFG_ALL }, | |
| 645 | { "exposeauthinfo", sExposeAuthInfo, SSHCFG_ALL }, | |
| 646 | { "rdomain", sRDomain, SSHCFG_ALL }, | |
| 647 | - | + { "casignaturealgorithms", sCASignatureAlgorithms, SSHCFG_ALL }, |
| 647 ➡ 648 | { NULL, sBadOption, 0 } | |
| 648 ➡ 649 | }; | |
| 649 ➡ 650 |