summaryrefslogtreecommitdiffstats
path: root/src/ssl/test/runner/poly1305.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/ssl/test/runner/poly1305.go')
-rw-r--r--src/ssl/test/runner/poly1305.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/test/runner/poly1305.go b/src/ssl/test/runner/poly1305.go
index 51a1009..edef338 100644
--- a/src/ssl/test/runner/poly1305.go
+++ b/src/ssl/test/runner/poly1305.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package main
+package runner
// Based on original, public domain implementation from NaCl by D. J.
// Bernstein.