summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 0910bb3..0ba7825 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -6648,7 +6648,7 @@ static int xx_getNextUpdate(lua_State *L) {
6648 updateby = timeutc(time); 6648 updateby = timeutc(time);
6649 6649
6650 if (isfinite(updateby)) 6650 if (isfinite(updateby))
6651 lua_pushnumber(L, 1); 6651 lua_pushnumber(L, updateby);
6652 else 6652 else
6653 lua_pushnil(L); 6653 lua_pushnil(L);
6654 6654