From 192f3079a496d5ac64a3465d5b207d40aa4b30db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Mon, 19 Sep 2022 20:39:46 +0800 Subject: Rename for consistency & conventions --- crypt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypt.h') diff --git a/crypt.h b/crypt.h index 9ae3038..7e7ea29 100644 --- a/crypt.h +++ b/crypt.h @@ -5,7 +5,7 @@ static inline void crypt_init() gcry_check_version("1.9.4"); } -static inline bool crypt_maccmp(const char *key, const char *query, +static inline bool crypt_macmatch(const char *key, const char *query, const char *hmac) { gcry_mac_hd_t hd; -- cgit v1.2.3