Skip to content

Commit

Permalink
fix identation
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto48 committed Aug 28, 2023
1 parent ad0debe commit da57353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static int crypsi_hmac(enum crypsi_digest_alg alg, const unsigned char* key,
return ret;
}

if((mdctx = EVP_MD_CTX_new()) == NULL) {
if((mdctx = EVP_MD_CTX_new()) == NULL) {
goto cleanup;
}

Expand Down

0 comments on commit da57353

Please sign in to comment.