Skip to content

Commit 3f1c6bd

Browse files
Code review feedback.
1 parent d1b6ddc commit 3f1c6bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

wolfcrypt/src/wc_pkcs11.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6304,6 +6304,7 @@ static int Pkcs11GetCert(Pkcs11Session* session, wc_CryptoInfo* info) {
63046304
* @param [in] info Cryptographic operation data.
63056305
* @param [in] ctx Context data for device - the token object.
63066306
* @return WC_HW_E when a PKCS#11 library call fails.
6307+
* @return NOT_COMPILED_IN when an unsupported operation is requested.
63076308
* @return 0 on success.
63086309
*/
63096310
int wc_Pkcs11_CryptoDevCb(int devId, wc_CryptoInfo* info, void* ctx)

0 commit comments

Comments
 (0)