X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fcnw%2Fcnw_test.go;h=b25d3af1dec5fe91fb355783ed24a92d224cd0f5;hb=70e70dfded87dc2d737160444829c58ed8ed2fa0;hp=cbb28e98efa1d325c2222ed47b64280ef2881aa1;hpb=5fd6174b77647f847a6e6db1cb7d5276747fcd39;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/cnw/cnw_test.go b/src/cypherpunks.ru/govpn/cnw/cnw_test.go index cbb28e9..b25d3af 100644 --- a/src/cypherpunks.ru/govpn/cnw/cnw_test.go +++ b/src/cypherpunks.ru/govpn/cnw/cnw_test.go @@ -1,6 +1,6 @@ /* GoVPN -- simple secure free software virtual private network daemon -Copyright (C) 2014-2016 Sergey Matveev +Copyright (C) 2014-2018 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 @@ -28,7 +28,7 @@ import ( ) var ( - testKey *[32]byte = new([32]byte) + testKey = new([32]byte) ) func init() {