X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fegd.go;h=f54c1168d11e0ce4287090e0079678414443316a;hp=5933a2ad240fe50467e013a30ccdf32c4a123f49;hb=f47fff1e42f75b736e7067ec06c2e81394833d46;hpb=588499ac2eedea258c304fca647509c7b587d7e8 diff --git a/src/cypherpunks.ru/govpn/egd.go b/src/cypherpunks.ru/govpn/egd.go index 5933a2a..f54c116 100644 --- a/src/cypherpunks.ru/govpn/egd.go +++ b/src/cypherpunks.ru/govpn/egd.go @@ -25,7 +25,7 @@ import ( ) var ( - Rand io.Reader = rand.Reader + Rand = rand.Reader ) type EGDRand string