Skip to content

Commit

Permalink
fixed CID 273055 (#1 of 1): Logically dead code (DEADCODE)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankmorgner committed Apr 18, 2018
1 parent 135f689 commit 304d02a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/p11_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ int pkcs11_generate_key(PKCS11_TOKEN *token, int algorithm, unsigned int bits,

CRYPTOKI_checkerr(CKR_F_PKCS11_GENERATE_KEY, rv);

if (rv != CKR_OK)
return -1;
return 0;
}

Expand Down

0 comments on commit 304d02a

Please sign in to comment.