loader,crypto: fix link error for crypto/internal/boring/sig.StandardCrypto

This commit is contained in:
Damian Gryski
2022-08-18 14:00:57 -07:00
committed by Ron Evans
parent b485e8bfbd
commit 227a55d891
3 changed files with 27 additions and 3 deletions
@@ -0,0 +1,17 @@
// Package sig stubs crypto/internal/boring/sig
package sig
// BoringCrypto indicates that the BoringCrypto module is present.
func BoringCrypto() {
}
// FIPSOnly indicates that package crypto/tls/fipsonly is present.
func FIPSOnly() {
}
// StandardCrypto indicates that standard Go crypto is present.
func StandardCrypto() {
}