]> code.citadel.org Git - citadel.git/blobdiff - citadel/server/modules/smtp/dkim.c
final touches on dkim test harness
[citadel.git] / citadel / server / modules / smtp / dkim.c
index 248a89564182c8a0fb81fdd6a7b7debbbf032c2d..0ee289e73580d2f22009bf0c6e8a8bc8963a2116 100644 (file)
@@ -209,7 +209,7 @@ char *dkim_canonicalize_body(char *body) {
 }
 
 
-// Second step to canonicalize a block of headers as per the "relaxed" algorithm.
+// First step to canonicalize a block of headers as per the "relaxed" algorithm.
 // Unfold all headers onto single lines.
 void dkim_unfold_headers(StrBuf *unfolded_headers) {
        char *headers_start = (char *)ChrPtr(unfolded_headers);