Skip to content

Commit

Permalink
Fix undefs in hash_impl.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed May 21, 2016
1 parent 2ab4695 commit 3f8b78e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/hash_impl.h
Expand Up @@ -269,15 +269,13 @@ static void secp256k1_rfc6979_hmac_sha256_finalize(secp256k1_rfc6979_hmac_sha256
rng->retry = 0;
}


#undef BE32
#undef Round
#undef sigma0
#undef sigma1
#undef Sigma0
#undef sigma0
#undef Sigma1
#undef Ch
#undef Sigma0
#undef Maj
#undef ReadBE32
#undef WriteBE32
#undef Ch

#endif

0 comments on commit 3f8b78e

Please sign in to comment.