X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/863bd541063e72fcea7305b9d3ee2cb460a6d3d1..6851a9c5760767525e7586051c42be49342ed0f0:/src/src/hash.c?ds=sidebyside diff --git a/src/src/hash.c b/src/src/hash.c index 7590d55b7..bde22b26a 100644 --- a/src/src/hash.c +++ b/src/src/hash.c @@ -51,7 +51,7 @@ switch (h->method) case HASH_SHA1: SHA1_Update (&h->u.sha1, data, len); break; case HASH_SHA256: SHA256_Update(&h->u.sha2, data, len); break; /* should be blocked by init not handling these, but be explicit to - * guard against accidents later (and hush up clang -Wswitch) */ + guard against accidents later (and hush up clang -Wswitch) */ default: assert(0); } }