diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/src/arc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/arc.c b/src/src/arc.c index a749c78ef..e1fef6fb8 100644 --- a/src/src/arc.c +++ b/src/src/arc.c @@ -1416,7 +1416,7 @@ arcset = string_append(NULL, 10, ARC_HDR_AS, US" i=", string_sprintf("%d", instance), US"; cv=", status, - US"; a=rsa-sha256; c=relaxed; d=", identity, /*XXX hardwired */ + US"; a=rsa-sha256; d=", identity, /*XXX hardwired */ US"; s=", selector, /*XXX same as AMS */ US";\r\n\t b=;"); |