- 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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user