-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:
@@ -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
|
||||
|
||||
@@ -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