瀏覽代碼

2006-12-11 Marcus Brinkmann <marcus@g10code.de>

	* src/pkcs11.h (CKO_VENDOR_DEFINED): Fixed syntax error.
Marcus Brinkmann 19 年之前
父節點
當前提交
b70d79759c
共有 2 個文件被更改,包括 5 次插入1 次删除
  1. 4 0
      ChangeLog
  2. 1 1
      src/pkcs11.h

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+2006-12-11  Marcus Brinkmann  <marcus@g10code.de>
+
+	* src/pkcs11.h (CKO_VENDOR_DEFINED): Fixed syntax error.
+
 2006-12-10  Marcus Brinkmann  <marcus@g10code.de>
 2006-12-10  Marcus Brinkmann  <marcus@g10code.de>
 
 
 	* configure.ac (NEED_GPG_ERROR_VERSION): Bump to 1.4.
 	* configure.ac (NEED_GPG_ERROR_VERSION): Bump to 1.4.

+ 1 - 1
src/pkcs11.h

@@ -308,7 +308,7 @@ typedef unsigned long ck_object_class_t;
 #define CKO_HW_FEATURE		(5)
 #define CKO_HW_FEATURE		(5)
 #define CKO_DOMAIN_PARAMETERS	(6)
 #define CKO_DOMAIN_PARAMETERS	(6)
 #define CKO_MECHANISM		(7)
 #define CKO_MECHANISM		(7)
-#define CKO_VENDOR_DEFINED	(unsigned long) (1 << 31))
+#define CKO_VENDOR_DEFINED	((unsigned long) (1 << 31))
 
 
 
 
 typedef unsigned long ck_hw_feature_type_t;
 typedef unsigned long ck_hw_feature_type_t;