[389-commits] esc/mac/Tokend-35209/CoolKey/pkcs11 compile.sh, NONE, 1.1.2.2 cryptoki.h, NONE, 1.1.2.2 mypkcs11.h, NONE, 1.1.2.2 pkcs11.h, NONE, 1.1.2.2 pkcs11f.h, NONE, 1.1.2.2 pkcs11t.h, NONE, 1.1.2.2

Jack Magne jmagne at fedoraproject.org
Wed Mar 17 00:10:58 UTC 2010


Author: jmagne

Update of /cvs/dirsec/esc/mac/Tokend-35209/CoolKey/pkcs11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18528/CoolKey/pkcs11

Added Files:
      Tag: PKI_8_0_RTM_BRANCH
	compile.sh cryptoki.h mypkcs11.h pkcs11.h pkcs11f.h pkcs11t.h 
Log Message:
Add directory for Tokend-35209 for Leopard.


--- NEW FILE compile.sh ---
#! /bin/csh
gcc -Ipkcs11 $argv[1] 


***** Error reading new file: [Errno 2] No such file or directory: 'cryptoki.h'

--- NEW FILE mypkcs11.h ---
// ****************************************************************************
//
// Copyright (c) 2003 America Online, Inc.  All rights reserved.
// This software contains valuable confidential and proprietary information
// of America Online, Inc. and is subject to applicable licensing agreements.
// Unauthorized reproduction, transmission or distribution of this file and
// its contents is a violation of applicable laws.
//
//           A M E R I C A   O N L I N E   C O N F I D E N T I A L
//
// ****************************************************************************
#ifndef AOL_NKEY_MYPKCS11_H
#define AOL_NKEY_MYPKCS11_H

#if defined(_WIN32)
#define CK_PTR *
#define CK_DECLARE_FUNCTION(rv,func) rv __declspec(dllexport) func
#define CK_DECLARE_FUNCTION_POINTER(rv,func) rv (* func)
#define CK_CALLBACK_FUNCTION(rv,func) rv (* func)
#define CK_NULL_PTR 0
#else
#define CK_PTR *
#define CK_DECLARE_FUNCTION(rv,func) rv func
#define CK_DECLARE_FUNCTION_POINTER(rv,func) rv (* func)
#define CK_CALLBACK_FUNCTION(rv,func) rv (* func)
#define CK_NULL_PTR 0
#endif

#if defined(_WIN32)
#pragma warning(disable:4103)
#pragma pack(push, cryptoki, 1)
#endif

#include "pkcs11.h"

//#include "pkcs11n.h"

#if defined (_WIN32)
#pragma warning(disable:4103)
#pragma pack(pop, cryptoki)
#endif


#endif


***** Error reading new file: [Errno 2] No such file or directory: 'pkcs11.h'

***** Error reading new file: [Errno 2] No such file or directory: 'pkcs11f.h'

***** Error reading new file: [Errno 2] No such file or directory: 'pkcs11t.h'


More information about the 389-commits mailing list