aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-03 10:25:31 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-03 10:25:31 -0400
commite2a94dc48147c9bad1f09f8b14df3bec0e3f5e94 (patch)
treeb7badc1868939a516ae1c455699bab513bd03087 /changes
parenta01b4d7f87f2217f55f5c5113fe19a2d3081a44c (diff)
downloadtor-e2a94dc48147c9bad1f09f8b14df3bec0e3f5e94.tar.gz
tor-e2a94dc48147c9bad1f09f8b14df3bec0e3f5e94.zip
Require stdint.h and inttypes.h
We've been silently requiring stdint.h for a while now, and nobody has complained. Closes ticket 26626.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket266263
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket26626 b/changes/ticket26626
new file mode 100644
index 0000000000..84591342dc
--- /dev/null
+++ b/changes/ticket26626
@@ -0,0 +1,3 @@
+ o Code simplification and refactoring:
+ - Tor now assumes that you have standards-conformant stdint.h and
+ inttypes.h headers when compiling. Closes ticket 26626.