From 91a652f1d977bb98d8baee0ba0a2df4eba7ca191 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Mon, 3 Apr 2017 16:50:46 +1000 Subject: Remove unused variables introduced in 590d368daeb400515c82b2d99ddcdf14607f9353 --- src/openssl.c | 4 ---- 1 file changed, 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 */ -- cgit v1.2.3-55-g6feb