X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Faont%2Faont_test.go;h=b586775bdd8650cf1e0105b6db58f11a2ca02499;hp=0ef140c2c407726531a21b951875a4ab0b2b5aa5;hb=f47fff1e42f75b736e7067ec06c2e81394833d46;hpb=4cc7cf27a64355bbe1f64418a55e860baeb63ac0 diff --git a/src/cypherpunks.ru/govpn/aont/aont_test.go b/src/cypherpunks.ru/govpn/aont/aont_test.go index 0ef140c..b586775 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-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 @@ -27,7 +27,7 @@ import ( ) var ( - testKey *[16]byte = new([16]byte) + testKey = new([16]byte) ) func init() {