diff options
| author | daurnimator <quae@daurnimator.com> | 2015-08-09 00:34:02 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2015-12-18 21:19:12 +1100 |
| commit | 9544456b9d2679b02e95ae96646b5d27813944cf (patch) | |
| tree | ad135b3fcd383489bee3ac52e53ccc5a257241cb /src | |
| parent | 111d688271d05845a9a8411927d543a110f6f4c4 (diff) | |
| download | luaossl-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.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 | ||
