Remove strange characters.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3905 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2010-01-10 21:58:48 +00:00
parent 0518ed57c5
commit d43ea3f065
1 changed files with 0 additions and 4 deletions

View File

@ -95,7 +95,6 @@ extern "C" {
#endif
#ifdef CRYPTOKI_COMPAT
/* If we are in compatibility mode, switch all exposed names to the
PKCS #11 variant. There are corresponding #undefs below. */
@ -181,7 +180,6 @@ extern "C" {
#endif /* CRYPTOKI_COMPAT */
typedef unsigned long ck_flags_t;
@ -1190,7 +1188,6 @@ struct ck_c_initialize_args
#define CKR_VENDOR_DEFINED (1UL << 31)
/* Compatibility layer. */
#ifdef CRYPTOKI_COMPAT
@ -1352,7 +1349,6 @@ typedef struct ck_c_initialize_args *CK_C_INITIALIZE_ARGS_PTR;
#endif /* CRYPTOKI_COMPAT */
/* System dependencies. */
#if defined(_WIN32) || defined(CRYPTOKI_FORCE_WIN32)
#pragma pack(pop, cryptoki)