aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/internal/boring/stub.s
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/internal/boring/stub.s')
-rw-r--r--src/crypto/internal/boring/stub.s6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/crypto/internal/boring/stub.s b/src/crypto/internal/boring/stub.s
new file mode 100644
index 0000000000..59f2deeb60
--- /dev/null
+++ b/src/crypto/internal/boring/stub.s
@@ -0,0 +1,6 @@
+// Copyright 2022 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+// This file is here to silence an error about registerCache not having a body.
+// (The body is provided by package runtime.)