use new name in include syntax.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2392 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2005-07-10 18:38:52 +00:00
parent 30b9957637
commit b3b3e7607e
8 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
* Copyright (C) 2002, Olaf Kirch <okir@lst.de>
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <assert.h>
#include <string.h>

View File

@ -4,7 +4,7 @@
* Copyright (C) 2002, Olaf Kirch <okir@lst.de>
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
static int pkcs11_find_certs(PKCS11_TOKEN *);

View File

@ -55,7 +55,7 @@
*
*/
#include "pkcs11-internal.h"
#include <libp11.h>
/* BEGIN ERROR CODES */
#ifndef NO_ERR

View File

@ -55,7 +55,7 @@
*
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
static int pkcs11_find_keys(PKCS11_TOKEN *, unsigned int);

View File

@ -55,7 +55,7 @@
*
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
static void *handle = NULL;

View File

@ -55,7 +55,7 @@
*
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
#include <openssl/crypto.h>

View File

@ -60,7 +60,7 @@
* PKCS11 token
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
#include <openssl/evp.h>
#include <openssl/rsa.h>

View File

@ -55,7 +55,7 @@
*
*/
#include "pkcs11-internal.h"
#include <libp11.h>
#include <string.h>
#include <openssl/buffer.h>