summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-03-20 22:11:24 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-03-21 09:07:00 +0000
commitd4772796b757d1e8120ee3384e5780ca87f9561a (patch)
tree57307b984c7e78619201b93eef3103f8b1a4e994 /src
parent587d831d9428c40f108ac91c1e061096b17a7a3e (diff)
ARC: AS header should have no c= tag
Diffstat (limited to 'src')
-rw-r--r--src/src/arc.c2
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=;");