summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaurnimator <quae@daurnimator.com>2017-04-03 16:50:46 +1000
committerdaurnimator <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) {
7512 7512
7513static int p12_parse(lua_State *L) { 7513static int p12_parse(lua_State *L) {
7514 /* parse a p12 binary string and return the parts */ 7514 /* parse a p12 binary string and return the parts */
7515
7516 EVP_PKEY *pkey;
7517 X509 *cert;
7518 STACK_OF(X509) *ca = NULL;
7519 PKCS12 *p12; 7515 PKCS12 *p12;
7520 7516
7521 /* gather input parameters */ 7517 /* gather input parameters */