From a1796eb535fc5fab3ffb1f26d23678d8637b0d64 Mon Sep 17 00:00:00 2001 From: frankmorgner Date: Tue, 8 Feb 2011 21:35:37 +0000 Subject: [PATCH] adapted to the latest changes of libnpa git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@413 96b47cad-a561-4643-ad3b-153ac7d7599c --- ccid/src/ccid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccid/src/ccid.c b/ccid/src/ccid.c index aa67264..a0244a2 100644 --- a/ccid/src/ccid.c +++ b/ccid/src/ccid.c @@ -154,7 +154,7 @@ void ccid_shutdown() sc_release_context(ctx); #ifdef WITH_PACE - npa_sm_ctx_clear_free(sctx.cipher_ctx); + sm_ctx_clear_free(&sctx); memset(&sctx, 0, sizeof(sctx)); #ifdef BUERGERCLIENT_WORKAROUND free(ef_cardaccess);