-Converted CVC_check_cert function call to CVC_check_description
-Removed README.dox from Doxygen input -Excluded opensc from the documentation -Enabled generation of XML documentation (for sphinx) git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@549 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -1598,7 +1598,7 @@ npa_sm_pre_transmit(sc_card_t *card, const struct sm_ctx *ctx,
|
||||
goto err;
|
||||
}
|
||||
|
||||
switch (CVC_check_cert(cvc_cert,
|
||||
switch (CVC_check_description(cvc_cert,
|
||||
eacsmctx->certificate_description->data,
|
||||
eacsmctx->certificate_description->length)) {
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user