diff options
-rw-r--r-- | src/openssl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openssl.c b/src/openssl.c index 84a0155..5a69f99 100644 --- a/src/openssl.c +++ b/src/openssl.c @@ -2941,9 +2941,8 @@ static int xn__next(lua_State *L) { X509_NAME *name = checksimple(L, lua_upvalueindex(1), X509_NAME_CLASS); X509_NAME_ENTRY *entry; ASN1_OBJECT *obj; - const char *id; char txt[256]; - int i, n, nid, len; + int i, n, len; lua_settop(L, 0); |