]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/cmd/govpn-verifier/main.go
Raise copyright years
[govpn.git] / src / cypherpunks.ru / govpn / cmd / govpn-verifier / main.go
index 6efc7c038beab03cbed136297ca0ec5ee49da856..9b38bcbade68e7c14b3a871aad68f1500f2fb534 100644 (file)
@@ -1,6 +1,6 @@
 /*
 GoVPN -- simple secure free software virtual private network daemon
-Copyright (C) 2014-2017 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2014-2018 Sergey Matveev <stargrave@stargrave.org>
 
 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
@@ -62,7 +62,7 @@ func main() {
                if _, err = io.ReadFull(govpn.Rand, id[:]); err != nil {
                        log.Fatalln(err)
                }
-               pid := govpn.PeerId(*id)
+               pid := govpn.PeerID(*id)
                v := govpn.VerifierNew(*sOpt, *tOpt, *pOpt, &pid)
                v.PasswordApply(key)
                fmt.Println(v.LongForm())