feat: updates
This commit is contained in:
@@ -8,9 +8,6 @@ rust-version.workspace = true
|
||||
repository.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[features]
|
||||
custom-function-list = []
|
||||
|
||||
[dependencies]
|
||||
cached = { version = "0.51.4", default-features = false }
|
||||
native-pkcs11-core = { version = "^0.2.14", path = "../native-pkcs11-core" }
|
||||
|
||||
@@ -277,7 +277,6 @@ cryptoki_fn!(
|
||||
}
|
||||
);
|
||||
|
||||
// #[cfg(not(feature = "custom-function-list"))]
|
||||
cryptoki_fn!(
|
||||
unsafe fn C_GetFunctionList(ppFunctionList: CK_FUNCTION_LIST_PTR_PTR) {
|
||||
not_null!(ppFunctionList);
|
||||
|
||||
Reference in New Issue
Block a user