[Pkg-bitcoin-commits] [libsecp256k1] 16/45: Fix undefs in hash_impl.h

Jonas Smedegaard dr at jones.dk
Sat Aug 27 12:00:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libsecp256k1.

commit 3f8b78e5e9e1b0c2e1214ba8de9b164d24aabdd5
Author: Kirill Fomichev <fanatid at ya.ru>
Date:   Sat May 21 10:18:57 2016 +0300

    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 ae55df6..b47e65f 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list