aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2015-08-09 00:34:02 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2015-12-18 21:19:12 +1100
commit9544456b9d2679b02e95ae96646b5d27813944cf (patch)
treead135b3fcd383489bee3ac52e53ccc5a257241cb /src
parent111d688271d05845a9a8411927d543a110f6f4c4 (diff)
downloadluaossl-9544456b9d2679b02e95ae96646b5d27813944cf.tar.gz
luaossl-9544456b9d2679b02e95ae96646b5d27813944cf.tar.bz2
luaossl-9544456b9d2679b02e95ae96646b5d27813944cf.zip
remove unused variables in xn__next
Diffstat (limited to 'src')
-rw-r--r--src/openssl.c3
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);