Software /
code /
prosody
Changeset
12567:96871ee6e26c
util.hashes: Remove unused constants
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Jun 2022 16:49:03 +0200 |
parents | 12566:91e5cb295ba3 |
children | 12568:fc6213104d78 |
files | util-src/hashes.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/util-src/hashes.c Fri Jun 24 16:12:11 2022 +0200 +++ b/util-src/hashes.c Fri Jun 24 16:49:03 2022 +0200 @@ -34,9 +34,6 @@ #define luaL_setfuncs(L, R, N) luaL_register(L, NULL, R) #endif -#define HMAC_IPAD 0x36363636 -#define HMAC_OPAD 0x5c5c5c5c - static const char *hex_tab = "0123456789abcdef"; static void toHex(const unsigned char *in, int length, unsigned char *out) { int i;