diff options
-rw-r--r-- | src/openssl.c | 4 |
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 | ||
7513 | static int p12_parse(lua_State *L) { | 7513 | static 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 */ |