X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fencless_test.go;h=8063e6b1c43f1b0fe5f0d91383486cb3f779a3df;hb=70e70dfded87dc2d737160444829c58ed8ed2fa0;hp=fc00d2708d753735bb501e3886c1ee8d4df1cde5;hpb=0bf04621961589bc735dc8bd8a075d7db24c4178;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/encless_test.go b/src/cypherpunks.ru/govpn/encless_test.go index fc00d27..8063e6b 100644 --- a/src/cypherpunks.ru/govpn/encless_test.go +++ b/src/cypherpunks.ru/govpn/encless_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 @@ -27,7 +27,7 @@ import ( ) var ( - testKey *[32]byte = new([32]byte) + testKey = new([32]byte) ) func init() {