summaryrefslogtreecommitdiff
path: root/src/trunnel
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-09-12 18:09:35 +0300
committerGeorge Kadianakis <desnacked@riseup.net>2019-09-12 18:09:35 +0300
commit028733e8b6f36bae420b1e41897401fa3b14ccf8 (patch)
treec1b3929dad5011875d5b8e6ee9caea0514733f9c /src/trunnel
parent3aaa4d416beee81eba3fed1ce9eda17e686fed52 (diff)
parentebce7059ffbc3a4a8b7ff7cf923b0e6a402f4f33 (diff)
downloadtor-028733e8b6f36bae420b1e41897401fa3b14ccf8.tar.gz
tor-028733e8b6f36bae420b1e41897401fa3b14ccf8.zip
Merge branch 'tor-github/pr/1303'
Diffstat (limited to 'src/trunnel')
-rw-r--r--src/trunnel/trunnel-local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trunnel/trunnel-local.h b/src/trunnel/trunnel-local.h
index c4118fce4c..80da371560 100644
--- a/src/trunnel/trunnel-local.h
+++ b/src/trunnel/trunnel-local.h
@@ -14,5 +14,6 @@
#define trunnel_reallocarray tor_reallocarray
#define trunnel_assert tor_assert
#define trunnel_memwipe(mem, len) memwipe((mem), 0, (len))
+#define trunnel_abort tor_abort_
#endif