[Pkg-privacy-commits] [obfs4proxy] 85/151: Change the drbg seed field in the state file.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:59:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfs4proxy.
commit f32f01ba01351c2cca26be3a62a9c2aa395ee433
Author: Yawning Angel <yawning at torproject.org>
Date: Mon Aug 18 11:54:39 2014 +0000
Change the drbg seed field in the state file.
Changing from "drbgSeed" to "drbg-seed" to be consistent with the
ServerTransportOptions to allow for easier copy/paste.
---
transports/obfs4/statefile.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/transports/obfs4/statefile.go b/transports/obfs4/statefile.go
index 814a545..e727f7d 100644
--- a/transports/obfs4/statefile.go
+++ b/transports/obfs4/statefile.go
@@ -49,7 +49,7 @@ type jsonServerState struct {
NodeID string `json:"node-id"`
PrivateKey string `json:"private-key"`
PublicKey string `json:"public-key"`
- DrbgSeed string `json:"drbgSeed"`
+ DrbgSeed string `json:"drbg-seed"`
}
type obfs4ServerState struct {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git
More information about the Pkg-privacy-commits
mailing list