summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorTaylor Yu <catalyst@torproject.org>2018-06-18 13:41:38 -0500
committerTaylor Yu <catalyst@torproject.org>2018-06-19 13:53:26 -0500
commitbfd36177c46e3348989c55bdfdacf5e694b4766b (patch)
treec47800babaa0333c33f07054e350357740425dde /changes
parentd27745d81de8829d1a6da851fe9be057458e86df (diff)
downloadtor-bfd36177c46e3348989c55bdfdacf5e694b4766b.tar.gz
tor-bfd36177c46e3348989c55bdfdacf5e694b4766b.zip
Fix compilation of Rust crypto doctests
The doctests for src/rust/crypto don't compile for multiple reasons, including some missing exports and incorrect identifier paths. Fixes bug 26415; bugfix on 0.3.4.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug264153
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26415 b/changes/bug26415
new file mode 100644
index 0000000000..497fbb7365
--- /dev/null
+++ b/changes/bug26415
@@ -0,0 +1,3 @@
+ o Minor bugfixes (testing):
+ - Fix compilation of the doctests in the Rust crypto crate. Fixes
+ bug 26415; bugfix on 0.3.4.1-alpha.