[pkg-opensc-commit] [pkcs11-helper] 28/60: Warnings cleanup
Eric Dorland
eric at moszumanska.debian.org
Fri Jan 6 23:39:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to tag pkcs11-helper-1.02
in repository pkcs11-helper.
commit 3a495ec6212a637ba8a85a59cf007125288cc6dd
Author: alonbl <alonbl at 485eb718-1723-0410-b8a9-88cf21a28c35>
Date: Fri Dec 8 18:27:48 2006 +0000
Warnings cleanup
---
include/pkcs11-helper-1.0/pkcs11.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/pkcs11-helper-1.0/pkcs11.h b/include/pkcs11-helper-1.0/pkcs11.h
index df76b85..3edd7cb 100644
--- a/include/pkcs11-helper-1.0/pkcs11.h
+++ b/include/pkcs11-helper-1.0/pkcs11.h
@@ -1061,7 +1061,7 @@ struct ck_c_initialize_args
#define CKR_MUTEX_BAD (0x1a0)
#define CKR_MUTEX_NOT_LOCKED (0x1a1)
#define CKR_FUNCTION_REJECTED (0x200)
-#define CKR_VENDOR_DEFINED (1 << 31)
+#define CKR_VENDOR_DEFINED (ck_rv_t)(1 << 31)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git
More information about the pkg-opensc-commit
mailing list