aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 16:50:46 +1000
committerLibravatarLibravatar daurnimator <quae@daurnimator.com> 2017-04-03 16:50:46 +1000
commit91a652f1d977bb98d8baee0ba0a2df4eba7ca191 (patch)
treeea7f30d8c2b422ca948d3c78d206eab89ff3ec23
parent39e3d12d04550c7301414dc8da0cdc31878871fb (diff)
downloadluaossl-91a652f1d977bb98d8baee0ba0a2df4eba7ca191.tar.gz
luaossl-91a652f1d977bb98d8baee0ba0a2df4eba7ca191.tar.bz2
luaossl-91a652f1d977bb98d8baee0ba0a2df4eba7ca191.zip
Remove unused variables introduced in 590d368daeb400515c82b2d99ddcdf14607f9353
-rw-r--r--src/openssl.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openssl.c b/src/openssl.c
index bd62996..f5c851d 100644
--- a/src/openssl.c
+++ b/src/openssl.c
@@ -7512,10 +7512,6 @@ static int p12_interpose(lua_State *L) {
static int p12_parse(lua_State *L) {
/* parse a p12 binary string and return the parts */
-
- EVP_PKEY *pkey;
- X509 *cert;
- STACK_OF(X509) *ca = NULL;
PKCS12 *p12;
/* gather input parameters */