[pkg-opensc-commit] [libp11] 03/239: document changes in cryptoki.h

Eric Dorland eric at moszumanska.debian.org
Sat Oct 17 06:21:01 UTC 2015


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

eric pushed a commit to branch master
in repository libp11.

commit 5278f6931f0e41cc3f04ccbe3297012a236e194b
Author: Andreas Jellinghaus <andreas at ionisiert.de>
Date:   Wed Aug 24 22:09:10 2005 +0000

    document changes in cryptoki.h
---
 rsaref/README | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/rsaref/README b/rsaref/README
index c7ff563..3a86239 100644
--- a/rsaref/README
+++ b/rsaref/README
@@ -19,3 +19,14 @@ This software is provided AS IS and RSA Security, Inc. disclaims all warranties
 including but not limited to the implied warranty of merchantability, fitness
 for a particular purpose, and noninfringement.
 
+Note: on linux cryptoki.h did not compile without changes.
+The file was edited and 
+	#ifndef _WIN32
+	#define CK_IMPORT_SPEC
+	#define CK_EXPORT_SPEC
+	#define CK_CALL_SPEC
+
+	#else
+...
+	#endif
+was added. If anyone knows a better solution, please let us know.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git



More information about the pkg-opensc-commit mailing list