Skip to content

Commit

Permalink
Bug 1675523 - CKR_PUBLIC_KEY_INVALID has an incorrect value r=bbeurdo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jcjones committed Dec 3, 2020
1 parent 67aa308 commit 303b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/pkcs11t.h
Expand Up @@ -1460,7 +1460,7 @@ typedef CK_ULONG CK_RV;
#define CKR_FIPS_SELF_TEST_FAILED 0x000001B6UL
#define CKR_LIBRARY_LOAD_FAILED 0x000001B7UL
#define CKR_PIN_TOO_WEAK 0x000001B8UL
#define CKR_PUBLIC_KEY_INVALID 0x000001B
#define CKR_PUBLIC_KEY_INVALID 0x000001B9UL

/* This is new to v2.20 */
#define CKR_FUNCTION_REJECTED 0x00000200UL
Expand Down

0 comments on commit 303b3d7

Please sign in to comment.