use ct_memcmp
This commit is contained in:
@@ -213,7 +213,7 @@ main(int argc, char **argv)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (memcmp(sighash, outdata, strlen(sighash)) != 0)
|
if (ct_memcmp(sighash, outdata, strlen(sighash)) != 0)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user