summaryrefslogtreecommitdiffstats
path: root/src/ssl/test/runner/tls.go
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-11-06 15:31:15 -0800
committerKenny Root <kroot@google.com>2015-11-06 15:31:15 -0800
commite99801b603dea8893dcc61c70b327ef2d00b652c (patch)
tree37655d933cb72bcd7553af526581d3e24e051d7d /src/ssl/test/runner/tls.go
parent8cd47e1f90ee6c1dbedb462b252c8e1e7b079e38 (diff)
downloadexternal_boringssl-e99801b603dea8893dcc61c70b327ef2d00b652c.zip
external_boringssl-e99801b603dea8893dcc61c70b327ef2d00b652c.tar.gz
external_boringssl-e99801b603dea8893dcc61c70b327ef2d00b652c.tar.bz2
Revert "Revert "external/boringssl: sync with upstream.""
This reverts commit 03bcf618b7ed811b305845461fbb5497dfe55ac3. No changes here. trusty build was fixed with the required rules.mk changes.
Diffstat (limited to 'src/ssl/test/runner/tls.go')
-rw-r--r--src/ssl/test/runner/tls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ssl/test/runner/tls.go b/src/ssl/test/runner/tls.go
index 6b637c8..24f9b1e 100644
--- a/src/ssl/test/runner/tls.go
+++ b/src/ssl/test/runner/tls.go
@@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package tls partially implements TLS 1.2, as specified in RFC 5246.
-package main
+package runner
import (
"crypto"