diff options
author | Steven Barth <steven@midlink.org> | 2009-04-26 19:10:36 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-04-26 19:10:36 +0000 |
commit | d81b3548a92a7a9db95d2587d6d15aebdc9b8652 (patch) | |
tree | 0ce5776c20b7864c8275fe582e738552cc8ae8e2 /libs/nixio/src/tls-crypto.c | |
parent | a8da3a09a3fb34327cf02306726dad640e309f20 (diff) |
nixio:
Added binding for getifaddrs(): List network interfaces, their flags,
addresses and statistics
Cleanups
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 c93b1aa182..62ade22657 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)); |