This is main.lua:
Runtime:setCheckGlobals( true )
local crypto = require “crypto”
This is the warning that is returned:
18:03:28.687 WARNING: setting global table ‘crypto’
18:03:28.687 stack traceback:
18:03:28.687 [C]: ?
18:03:28.687 [C]: in function ‘require’
18:03:28.687 ?: in function ‘require’
18:03:28.687 C:\Dropbox\corona\testapp\main.lua:3: in main chunk
Why? Is there a problem inside crypto?