X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fegd.go;h=f54c1168d11e0ce4287090e0079678414443316a;hp=3d0b7918b26044353c83a408fbdb1b7d4c0750a8;hb=f47fff1e42f75b736e7067ec06c2e81394833d46;hpb=5fd6174b77647f847a6e6db1cb7d5276747fcd39 diff --git a/src/cypherpunks.ru/govpn/egd.go b/src/cypherpunks.ru/govpn/egd.go index 3d0b791..f54c116 100644 --- a/src/cypherpunks.ru/govpn/egd.go +++ b/src/cypherpunks.ru/govpn/egd.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2016 Sergey Matveev +Copyright (C) 2014-2017 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ import ( ) var ( - Rand io.Reader = rand.Reader + Rand = rand.Reader ) type EGDRand string