summaryrefslogtreecommitdiff
path: root/crypt.h
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 20:39:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-19 20:39:46 +0800
commit192f3079a496d5ac64a3465d5b207d40aa4b30db (patch)
tree85d6415a58af2cda391159a47c7e596580fff388 /crypt.h
parent6f71dc4695754b27bcfcb5b1e8da1fc1b4b04c3b (diff)
Rename for consistency & conventions
Diffstat (limited to 'crypt.h')
-rw-r--r--crypt.h2
1 files changed, 1 insertions, 1 deletions
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;