Skip to content

Commit

Permalink
Include missing 'DERIVE' from CK_IKE_PRF_PARAMS
Browse files Browse the repository at this point in the history
found by Hamish.
  • Loading branch information
rjrelyea committed Aug 18, 2021
1 parent 0c3ecef commit a136aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions working/3-01-wd-01/pkcs11t.h
Original file line number Diff line number Diff line change
Expand Up @@ -2495,8 +2495,8 @@ typedef struct CK_IKE_PRF_DERIVE_PARAMS {
CK_BYTE_PTR pNr;
CK_ULONG ulNrLen;
CK_OBJECT_HANDLE hNewKey;
} CK_IKE_PRF_PARAMS;
typedef CK_IKE_PRF_PARAMS CK_PTR CK_IKE_PRF_PARAMS_PTR;
} CK_IKE_PRF_DERIVE_PARAMS;
typedef CK_IKE_PRF_DERIVE_PARAMS CK_PTR CK_IKE_PRF_DERIVE_PARAMS_PTR;

typedef struct CK_IKE1_PRF_DERIVE_PARAMS {
CK_MECHANISM_TYPE prfMechanism;
Expand Down

0 comments on commit a136aac

Please sign in to comment.