From be960aad88a78967e6425be0d1dc36ea1af6f584 Mon Sep 17 00:00:00 2001 From: Adriaan de Jong Date: Mon, 31 Oct 2011 16:29:20 +0100 Subject: Minor cleanup to enable warning-free Windows build: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed int32_t to size_t - Removed some unused variables - Added missing include files - changed ordering to ensure variable declarations are before asserts Signed-off-by: Adriaan de Jong Tested-by: Samuli Seppänen Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- pkcs11_polarssl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'pkcs11_polarssl.c') diff --git a/pkcs11_polarssl.c b/pkcs11_polarssl.c index 4f8bf33..0f9daab 100644 --- a/pkcs11_polarssl.c +++ b/pkcs11_polarssl.c @@ -40,7 +40,6 @@ pkcs11_init_tls_session(pkcs11h_certificate_t certificate, struct tls_root_ctx * const ssl_ctx) { int ret = 1; - pkcs11_context pkcs11_ctx; ASSERT (NULL != ssl_ctx); -- cgit