diff options
Diffstat (limited to 'libgo/go/crypto/x509/root_stub.go')
-rw-r--r-- | libgo/go/crypto/x509/root_stub.go | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libgo/go/crypto/x509/root_stub.go b/libgo/go/crypto/x509/root_stub.go deleted file mode 100644 index 4c742cc..0000000 --- a/libgo/go/crypto/x509/root_stub.go +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2011 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. - -// +build darwin,!cgo - -package x509 - -func (c *Certificate) systemVerify(opts *VerifyOptions) (chains [][]*Certificate, err error) { - return nil, nil -} - -func initSystemRoots() { -} |