Skip to content

Commit

Permalink
Code review by mtrojnar
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Kwiatkowski authored and mtrojnar committed Oct 5, 2020
1 parent 1cdb686 commit 9df104a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p11_pkey.c
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ static int pkcs11_try_pkey_ec_sign(EVP_PKEY_CTX *evp_pkey_ctx,
EVP_PKEY *pkey;
EC_KEY *eckey;
PKCS11_KEY *key;
int rv = -1;
int rv = CKR_GENERAL_ERROR;
CK_ULONG size = *siglen;
PKCS11_SLOT *slot;
PKCS11_CTX *ctx;
Expand Down

0 comments on commit 9df104a

Please sign in to comment.