setCheckGlobals gives WARNING when setting

    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?
 

Am I the only one who uses crypto?

That’s a bug which I’ll file.

Can you setCheckGlobals() after the require? (I realize you shouldn’t have to)

Am I the only one who uses crypto?

That’s a bug which I’ll file.

Can you setCheckGlobals() after the require? (I realize you shouldn’t have to)