From 8a3eb4b30965975951a92dde8f68ce17cb08ac8e Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Wed, 25 Jun 2014 16:03:18 +0000 Subject: Change the import paths to point to the tp.o repository. --- drbg/hash_drbg.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drbg') diff --git a/drbg/hash_drbg.go b/drbg/hash_drbg.go index 7186fd0..c94902a 100644 --- a/drbg/hash_drbg.go +++ b/drbg/hash_drbg.go @@ -37,7 +37,7 @@ import ( "github.com/dchest/siphash" - "github.com/yawning/obfs4/csrand" + "git.torproject.org/pluggable-transports/obfs4.git/csrand" ) // Size is the length of the HashDrbg output. -- cgit v1.2.3