X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcypherpunks.ru%2Fgovpn%2Fcnw%2Fcnw_test.go;h=29e408f42405a6a0936b4e70f4c3bd84057e52f4;hb=f47fff1e42f75b736e7067ec06c2e81394833d46;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..29e408f 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-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 @@ -28,7 +28,7 @@ import ( ) var ( - testKey *[32]byte = new([32]byte) + testKey = new([32]byte) ) func init() {