summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-16 12:43:28 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-16 12:43:28 -0400
commit71ddfbaadd9802ae935208191fbe2605d9146491 (patch)
tree9dd21ff026da512a2f0f803e45da1f3952b99b4d /src
parent3dd94a7ea7e85307822885306cbd7096b56442df (diff)
parentac5b1428ea9d0a4c59e9c9c11a88019ebae6abf0 (diff)
downloadtor-71ddfbaadd9802ae935208191fbe2605d9146491.tar.gz
tor-71ddfbaadd9802ae935208191fbe2605d9146491.zip
Merge remote-tracking branch 'isis/bug26267' into maint-0.3.4
Diffstat (limited to 'src')
-rw-r--r--src/rust/crypto/lib.rs1
-rw-r--r--src/win32/orconfig.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/rust/crypto/lib.rs b/src/rust/crypto/lib.rs
index e7e3b22e03..b349664dbe 100644
--- a/src/rust/crypto/lib.rs
+++ b/src/rust/crypto/lib.rs
@@ -34,4 +34,5 @@ extern crate libc;
extern crate external;
pub mod digests; // Unfortunately named "digests" plural to avoid name conflict with the digest crate
+pub mod rand;
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index a201a76ac6..65a905debe 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.4.2-alpha-dev"
+#define VERSION "0.3.5.0-alpha-dev"