Get rid of reserved _t in type names
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user