use "pkcs15.h" instead of <opensc/pkcs15.h> (and similar)

Thanks to Douglas E. Engert for the patch
http://www.opensc-project.org/pipermail/opensc-devel/2008-March/010959.html


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3444 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
ludovic.rousseau 2008-04-01 12:35:08 +00:00
parent 77fac9721f
commit 9ffe2e159d
3 changed files with 4 additions and 6 deletions

View File

@ -28,10 +28,8 @@
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <opensc/pkcs15.h>
#include <opensc/log.h>
#include <opensc/cardctl.h>
#include <opensc/cards.h>
#include "pkcs15.h"
#include "cardctl.h"
#define MANU_ID "piv_II "

View File

@ -28,7 +28,7 @@
#include <assert.h>
#include <opensc/opensc.h>
#include <opensc/pkcs15.h>
#include <opensc/rutoken.h>
#include "rutoken.h"
#if defined(HAVE_INTTYPES_H)
#include <inttypes.h>
#elif defined(HAVE_STDINT_H)

View File

@ -28,7 +28,7 @@
#include <assert.h>
#include <stdarg.h>
#include <opensc/opensc.h>
#include <opensc/cardctl.h>
#include "cardctl.h"
#include <opensc/log.h>
#include <opensc/pkcs15.h>