Skip to content

Commit

Permalink
Fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Oct 20, 2019
1 parent 0cbc7b1 commit 3d736ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mz_crypt_openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ void mz_crypt_hmac_reset(void *handle)
mz_crypt_hmac *hmac = (mz_crypt_hmac *)handle;

HMAC_CTX_free(hmac->ctx);

hmac->ctx = NULL;
hmac->error = 0;

Expand Down

0 comments on commit 3d736ce

Please sign in to comment.