From d4b0fa6ece2b7b2bcfc9adb81ea2f03e01ef971e Mon Sep 17 00:00:00 2001 From: david Date: Mon, 19 Jan 2009 04:57:34 +0000 Subject: [PATCH] require 'bin' in base64.lua. --- nselib/base64.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nselib/base64.lua b/nselib/base64.lua index 6fb89ea56..b59a4d61e 100644 --- a/nselib/base64.lua +++ b/nselib/base64.lua @@ -6,6 +6,7 @@ module(... or "base64",package.seeall) +require 'bin' -- todo: make metatable/index --> '' for b64dctable