diff options
Diffstat (limited to 'crypt.h')
-rw-r--r-- | crypt.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |