[pkg-opensc-commit] [pkcs11-helper] 28/253: Warnings cleanup

Eric Dorland eric at moszumanska.debian.org
Fri Jan 6 23:39:01 UTC 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 0c630c381c82e58e5f01bdc56e4daf7b4328c561
Author: Alon Bar-Lev <alon.barlev at gmail.com>
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