From 3f8b78e5e9e1b0c2e1214ba8de9b164d24aabdd5 Mon Sep 17 00:00:00 2001 From: Kirill Fomichev Date: Sat, 21 May 2016 10:18:57 +0300 Subject: [PATCH] Fix undefs in hash_impl.h --- src/hash_impl.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/hash_impl.h b/src/hash_impl.h index ae55df6d8a2..b47e65f830a 100644 --- a/src/hash_impl.h +++ b/src/hash_impl.h @@ -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