diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-02-19 16:33:36 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-02-19 16:33:36 +0100 |
commit | 1d9ca2ddb4df85b7235ec78e4996cf2d1fd775a2 (patch) | |
tree | 027f6df6ca2207daa687f8775a4442e68d065965 /module/p11-kit.h | |
parent | 65509aa3a7c35d8bd5a947ca87c14d4de11deb21 (diff) |
Reference implementation of PKCS#11 URIs
Diffstat (limited to 'module/p11-kit.h')
-rw-r--r-- | module/p11-kit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/module/p11-kit.h b/module/p11-kit.h index 50b93d8..25af193 100644 --- a/module/p11-kit.h +++ b/module/p11-kit.h @@ -35,6 +35,8 @@ #ifndef __P11_KIT_H__ #define __P11_KIT_H__ +#include "pkcs11.h" + CK_RV p11_kit_initialize_registered (void); CK_RV p11_kit_finalize_registered (void); |