Use timingsafe_memcmp() where available.

See ticket 17944; patch from "logan".
This commit is contained in:
Nick Mathewson
2015-12-29 09:43:01 -05:00
parent 9a901aaa01
commit bc2cd0ff2b
3 changed files with 8 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor features (portability):
- Use timingsafe_memcmp() where available. Closes ticket 17944;
patch from "logan".