adapted to the latest changes of libnpa

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@413 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-02-08 21:35:37 +00:00
parent 6cb6e6a633
commit a1796eb535

View File

@@ -154,7 +154,7 @@ void ccid_shutdown()
sc_release_context(ctx); sc_release_context(ctx);
#ifdef WITH_PACE #ifdef WITH_PACE
npa_sm_ctx_clear_free(sctx.cipher_ctx); sm_ctx_clear_free(&sctx);
memset(&sctx, 0, sizeof(sctx)); memset(&sctx, 0, sizeof(sctx));
#ifdef BUERGERCLIENT_WORKAROUND #ifdef BUERGERCLIENT_WORKAROUND
free(ef_cardaccess); free(ef_cardaccess);