diff options
author | Rob Austein <sra@hactrn.net> | 2015-09-11 18:17:26 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-09-11 18:17:26 -0400 |
commit | 85ae5390f4511f0bfe4b56179d5583a4997d504d (patch) | |
tree | 5204e871a41c20ec08332d1191a346cf4348811b | |
parent | 04cb1eb4b963fab3d87f6d3f128c5fe745fd3963 (diff) |
Remove CKA_NAME_HASH_ALGORITHM for now. It appears in the
specification but not in the header file, so we don't know its numeric
value in any case. Re-add if and when it shows up in the header file.
-rw-r--r-- | attributes.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/attributes.yaml b/attributes.yaml index 3d05a35..6914bc8 100644 --- a/attributes.yaml +++ b/attributes.yaml @@ -286,10 +286,6 @@ type: CK_ULONG default: 0 - CKA_NAME_HASH_ALGORITHM: - type: CK_MECHANISM_TYPE - default: CKM_SHA_1 - ### # Key objects ### |