util.crand: Apply formatter

This commit is contained in:
Kim Alvefur 2017-12-01 00:29:25 +01:00
parent bfaca2ef00
commit a29f404ece

View file

@ -77,6 +77,7 @@ int Lrandom(lua_State *L) {
arc4random_buf(buf, len);
ret = len;
#elif defined(WITH_OPENSSL)
if(!RAND_status()) {
lua_pushliteral(L, "OpenSSL PRNG not seeded");
return lua_error(L);