Get rid of reserved _t in type names

This commit is contained in:
Pieter Wuille
2017-09-27 15:01:26 -07:00
parent 0b70241850
commit d1dc9dfc0a
12 changed files with 79 additions and 79 deletions

View File

@@ -44,7 +44,7 @@ void test_ecdh_generator_basepoint(void) {
s_one[31] = 1;
/* Check against pubkey creation when the basepoint is the generator */
for (i = 0; i < 100; ++i) {
secp256k1_sha256_t sha;
secp256k1_sha256 sha;
unsigned char s_b32[32];
unsigned char output_ecdh[32];
unsigned char output_ser[32];