pyauth / python-pkcs11

PKCS#11/Cryptoki support for Python
MIT License
150 stars 71 forks source link

Fix typo in _pkcs11.pyx #162

Closed kalebmckale closed 1 year ago

kalebmckale commented 1 year ago

Changed typo on L380 from CK_OBJECT_HANDLE to CK_SESSION_HANDLE. Resolves #147

danni commented 1 year ago

Thanks!