From 0efbd4df8b9a518a8addf9b1dfa6bbd58ce632ae Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 29 Oct 2022 07:31:13 +0200 Subject: [PATCH] lib/gcrypt: use std::size_t --- src/lib/gcrypt/Hash.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/gcrypt/Hash.hxx b/src/lib/gcrypt/Hash.hxx index a1a52a644..84bba84d9 100644 --- a/src/lib/gcrypt/Hash.hxx +++ b/src/lib/gcrypt/Hash.hxx @@ -36,7 +36,7 @@ namespace Gcrypt { -template +template [[gnu::pure]] auto Hash(std::span input) noexcept