diff options
Diffstat (limited to 'libs/nixio/src/tls-crypto.c')
-rw-r--r-- | libs/nixio/src/tls-crypto.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/nixio/src/tls-crypto.c b/libs/nixio/src/tls-crypto.c index c93b1aa18..62ade2265 100644 --- a/libs/nixio/src/tls-crypto.c +++ b/libs/nixio/src/tls-crypto.c @@ -22,10 +22,6 @@ #include <fcntl.h> #include <unistd.h> -static char nixio__bin2hex[] = { -'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' -}; - static int nixio_crypto_hash__init(lua_State *L, int hmac) { const char *type = luaL_checkstring(L, 1); nixio_hash *hash = lua_newuserdata(L, sizeof(nixio_hash)); |