Skip to content

Commit

Permalink
Add CKH_* constants
Browse files Browse the repository at this point in the history
It is now possible to use CKH_USER_INTERFACE and
CKH['CKH_USER_INTERFACE']
  • Loading branch information
LudovicRousseau committed Dec 3, 2020
1 parent 5cde086 commit 88f7318
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PyKCS11/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
CKC = {}
CKF = {}
CKG = {}
CKH = {}
CKK = {}
CKM = {}
CKO = {}
Expand All @@ -47,6 +48,7 @@
or x[:4] == 'CKC_' \
or x[:4] == 'CKF_' \
or x[:4] == 'CKG_' \
or x[:4] == 'CKH_' \
or x[:4] == 'CKK_' \
or x[:4] == 'CKM_' \
or x[:4] == 'CKO_' \
Expand Down

0 comments on commit 88f7318

Please sign in to comment.