From 57b717a3a3c141fc7a88b289d5801b11df311561 Mon Sep 17 00:00:00 2001 From: oepen Date: Thu, 13 Oct 2011 13:41:55 +0000 Subject: [PATCH] -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 --- npa/Doxyfile.in | 5 ++++- npa/src/npa.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/npa/Doxyfile.in b/npa/Doxyfile.in index 6362086..3b405ba 100644 --- a/npa/Doxyfile.in +++ b/npa/Doxyfile.in @@ -2,9 +2,12 @@ PROJECT_NAME = @PACKAGE_NAME@ PROJECT_NUMBER = @PACKAGE_VERSION@ OUTPUT_DIRECTORY = @builddir@/doc STRIP_FROM_PATH = @top_srcdir@/src -INPUT = @top_srcdir@/src @top_srcdir@/README.dox +INPUT = @top_srcdir@/src FILE_PATTERNS = *.c *.h RECURSIVE = YES EXAMPLE_PATH = @top_srcdir@/src GENERATE_HTML = YES GENERATE_TAGFILE = @builddir@/doc/$(PROJECT).tag +EXCLUDE_PATTERNS = */opensc/* +GENERATE_XML = YES +XML_OUTPUT = xml diff --git a/npa/src/npa.c b/npa/src/npa.c index 5cf25e2..adb052d 100644 --- a/npa/src/npa.c +++ b/npa/src/npa.c @@ -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: