adapted to the latest changes of OpenPACE

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@287 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2010-09-29 12:57:16 +00:00
parent e9aa0077fd
commit 972575f84a

View File

@@ -1044,7 +1044,7 @@ int EstablishPACEChannel(struct sm_ctx *oldpacectx, sc_card_t *card,
}
printf("Card holder authorization template (CHAT)\n");
if (!cv_chat_print(bio_stdout, chat, "\t")) {
if (!cvc_chat_print(bio_stdout, chat, "\t")) {
sc_error(card->ctx, "Could not print card holder authorization template (CHAT).");
ssl_error(card->ctx);
r = SC_ERROR_INTERNAL;