tokenlocal.h

来自「IBM的Linux上的PKCS#11实现」· C头文件 代码 · 共 14 行

H
14
字号
// SAB FIXME  need to figure out a better way...// // to get the variant dependency out#ifndef  _TOKEN_LOCAL_#define _TOKEN_LOCAL_#define PK_SW_DIR    "/etc/pkcs11/swtok"#define PK_DIR     PK_SW_DIR#define SUB_DIR     "cr"#define DBGTAG "CR_STDLL_Debug"#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?