X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Faont%2Faont_test.go;h=1248addc5b132ff4a6ed33e107df333a2b33343c;hb=70e70dfded87dc2d737160444829c58ed8ed2fa0;hp=0ef140c2c407726531a21b951875a4ab0b2b5aa5;hpb=5fd6174b77647f847a6e6db1cb7d5276747fcd39;p=govpn.git diff --git a/src/cypherpunks.ru/govpn/aont/aont_test.go b/src/cypherpunks.ru/govpn/aont/aont_test.go index 0ef140c..1248add 100644 --- a/src/cypherpunks.ru/govpn/aont/aont_test.go +++ b/src/cypherpunks.ru/govpn/aont/aont_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 *[16]byte = new([16]byte) + testKey = new([16]byte) ) func init() {