Fix undefs in hash_impl.h

This commit is contained in:
Kirill Fomichev 2016-05-21 10:18:57 +03:00
parent 2ab46954cb
commit 3f8b78e5e9
1 changed files with 4 additions and 6 deletions

View File

@ -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