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) { | |||
2941 | X509_NAME *name = checksimple(L, lua_upvalueindex(1), X509_NAME_CLASS); | 2941 | X509_NAME *name = checksimple(L, lua_upvalueindex(1), X509_NAME_CLASS); |
2942 | X509_NAME_ENTRY *entry; | 2942 | X509_NAME_ENTRY *entry; |
2943 | ASN1_OBJECT *obj; | 2943 | ASN1_OBJECT *obj; |
2944 | const char *id; | ||
2945 | char txt[256]; | 2944 | char txt[256]; |
2946 | int i, n, nid, len; | 2945 | int i, n, len; |
2947 | 2946 | ||
2948 | lua_settop(L, 0); | 2947 | lua_settop(L, 0); |
2949 | 2948 | ||