Changes of Revision 13
[-] [+] | Changed | truecrypt.spec |
[-] [+] | Added | truecrypt-libpki.patch ^ |
@@ -0,0 +1,11 @@ +--- Common/SecurityToken.h.orig 2008-11-11 10:35:53.000000000 +0100 ++++ Common/SecurityToken.h 2008-11-11 10:36:05.000000000 +0100 +@@ -40,7 +40,7 @@ + # define CK_DECLARE_FUNCTION(RET_TYPE, NAME) RET_TYPE NAME + # define CK_DECLARE_FUNCTION_POINTER(RET_TYPE, NAME) RET_TYPE (* NAME) + +-# include <pkcs11.h> ++# include <libpki/net/pkcs11.h> + + #endif // !TC_WINDOWS + |