mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-07 00:40:34 +02:00
Fix undefs in hash_impl.h
This commit is contained in:
@ -269,15 +269,13 @@ static void secp256k1_rfc6979_hmac_sha256_finalize(secp256k1_rfc6979_hmac_sha256
|
|||||||
rng->retry = 0;
|
rng->retry = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#undef BE32
|
||||||
#undef Round
|
#undef Round
|
||||||
#undef sigma0
|
|
||||||
#undef sigma1
|
#undef sigma1
|
||||||
#undef Sigma0
|
#undef sigma0
|
||||||
#undef Sigma1
|
#undef Sigma1
|
||||||
#undef Ch
|
#undef Sigma0
|
||||||
#undef Maj
|
#undef Maj
|
||||||
#undef ReadBE32
|
#undef Ch
|
||||||
#undef WriteBE32
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user