Tidying
[exim.git] / src / src / pdkim / pdkim.c
index 3840c0514cf5846e864d4046740872af8aed250e..a47b6940f68aab9145a86050d9e86af2c761b60d 100644 (file)
@@ -1067,7 +1067,7 @@ for (sig = ctx->sig; sig; sig = sig->next)
   if (ctx->mode == PDKIM_MODE_SIGN)
     {
     sig->bodyhash_len = sig->algo == PDKIM_ALGO_RSA_SHA1 ? 20:32;
-    sig->bodyhash = string_copyn(US bh, sig->bodyhash_len);
+    sig->bodyhash = CS string_copyn(US bh, sig->bodyhash_len);
 
     /* If bodylength limit is set, and we have received less bytes
        than the requested amount, effectively remove the limit tag. */