kill warnings.

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3091 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aj 2006-12-19 22:11:07 +00:00
parent db0a552d7b
commit 1a9d5290f1
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@
#include "openssl/err.h"
#endif
extern void *C_LoadModule(const char *name, CK_FUNCTION_LIST_PTR_PTR);
extern CK_RV C_UnloadModule(void *module);
#define NEED_SESSION_RO 0x01
#define NEED_SESSION_RW 0x02
#define NO_SLOT ((CK_SLOT_ID) -1)