From cd0a2de679a81829b7323bc5db46222b9eaab1d9 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Mon, 28 May 2018 12:54:39 +0200 Subject: pkcs11: Exercise GNU calling convention at compile time --- p11-kit/uri.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'p11-kit/uri.h') diff --git a/p11-kit/uri.h b/p11-kit/uri.h index 6eb470f..d95bd00 100644 --- a/p11-kit/uri.h +++ b/p11-kit/uri.h @@ -79,11 +79,15 @@ typedef enum { * to that here. */ #ifdef CRYPTOKI_GNU +typedef struct ck_info CK_INFO; typedef struct ck_info *CK_INFO_PTR; +typedef struct ck_token_info CK_TOKEN_INFO; typedef struct ck_token_info *CK_TOKEN_INFO_PTR; typedef ck_attribute_type_t CK_ATTRIBUTE_TYPE; +typedef struct ck_attribute CK_ATTRIBUTE; typedef struct ck_attribute *CK_ATTRIBUTE_PTR; typedef unsigned long int CK_ULONG; +typedef struct ck_slot_info CK_SLOT_INFO; typedef struct ck_slot_info *CK_SLOT_INFO_PTR; typedef ck_slot_id_t CK_SLOT_ID; typedef P11KitUriType p11_kit_uri_type_t; -- cgit v1.1