aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/openssl.c b/src/openssl.c
index 7d62796..df5c524 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -2617,7 +2617,6 @@ static int xr_new(lua_State *L) {
X509_REQ **ud;
X509 *crt;
- lua_settop(L, 1);
lua_settop(L, 2);
ud = prepsimple(L, X509_CSR_CLASS);