summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 3ab1984..c16c0d8 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -2943,7 +2943,7 @@ static int xx_getLastUpdate(lua_State *L) {
2943 updated = timeutc(time); 2943 updated = timeutc(time);
2944 2944
2945 if (isfinite(updated)) 2945 if (isfinite(updated))
2946 lua_pushnumber(L, 1); 2946 lua_pushnumber(L, updated);
2947 else 2947 else
2948 lua_pushnil(L); 2948 lua_pushnil(L);
2949 2949