aboutsummaryrefslogtreecommitdiffstats
path: root/src/openssl.c
diff options
context:
space:
mode:
authorLibravatarLibravatar william <william@25tandclement.com> 2014-03-27 21:23:11 -0700
committerLibravatarLibravatar william <william@25tandclement.com> 2014-03-27 21:23:11 -0700
commit4381febe2d6730d82b1097a8ba895590f955755b (patch)
treedd3e6eb7f4bd6a3e6e28c85bdbb8c3bad8264373 /src/openssl.c
parent805a837b3e5476bad85116718d3be3a4c213ee20 (diff)
downloadluaossl-4381febe2d6730d82b1097a8ba895590f955755b.tar.gz
luaossl-4381febe2d6730d82b1097a8ba895590f955755b.tar.bz2
luaossl-4381febe2d6730d82b1097a8ba895590f955755b.zip
forgot to remove old lua_settop statement
Diffstat (limited to 'src/openssl.c')
-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);