X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/cb78c1a805d1e86dad86d8eb031eb0517a62ec20..7f65a63b60c6ea86db683ac00e221939f3bb1d47:/src/src/hash.h diff --git a/src/src/hash.h b/src/src/hash.h index 5bd47acd1..588325baf 100644 --- a/src/src/hash.h +++ b/src/src/hash.h @@ -1,7 +1,6 @@ /* * Exim - an Internet mail transport agent - * - * Copyright (C) 1995 - 2018 Exim maintainers + * Copyright (c) The Exim Maintainers 1995 - 2022 * * Hash interface functions */ @@ -77,6 +76,7 @@ typedef struct { extern BOOL exim_sha_init(hctx *, hashmethod); extern void exim_sha_update(hctx *, const uschar *a, int); +extern void exim_sha_update_string(hctx *, const uschar *a); extern void exim_sha_finish(hctx *, blob *); #endif