mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
util.hashes: Remove unused constants
This commit is contained in:
parent
452f9e4e2b
commit
8f3d837cd2
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ typedef unsigned __int32 uint32_t;
|
|||
#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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue