From 4381febe2d6730d82b1097a8ba895590f955755b Mon Sep 17 00:00:00 2001 From: william Date: Thu, 27 Mar 2014 21:23:11 -0700 Subject: forgot to remove old lua_settop statement --- src/openssl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-59-g8ed1b