- protocol nid in pace_sm_ctx is not needed any longer due to the changes of OpenPACE
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@69 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -43,7 +43,6 @@ extern "C" {
|
||||
#define MAX_EF_CARDACCESS 2048
|
||||
|
||||
struct pace_sm_ctx {
|
||||
int protocol;
|
||||
/* XXX SSC is up to 16 Bytes long, not only 16 Bits */
|
||||
BIGNUM *ssc;
|
||||
const BUF_MEM *key_mac;
|
||||
@@ -52,7 +51,7 @@ struct pace_sm_ctx {
|
||||
};
|
||||
|
||||
struct pace_sm_ctx *
|
||||
pace_sm_ctx_create(int protocol, const BUF_MEM *key_mac,
|
||||
pace_sm_ctx_create(const BUF_MEM *key_mac,
|
||||
const BUF_MEM *key_enc, PACE_CTX *ctx);
|
||||
void
|
||||
pace_sm_ctx_free(struct pace_sm_ctx *ctx);
|
||||
|
||||
Reference in New Issue
Block a user