- not exporting npa internal stuff anymore

- added sm_ctx_clear_free


git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@405 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-02-03 22:09:22 +00:00
parent 24b13a0700
commit da411362e9
8 changed files with 103 additions and 176 deletions

View File

@@ -605,3 +605,9 @@ int sm_transmit_apdu(struct sm_ctx *sctx, sc_card_t *card,
return SC_SUCCESS;
}
void sm_ctx_clear_free(const struct sm_ctx *sctx)
{
if (sctx && sctx->clear_free)
sctx->clear_free(sctx);
}