Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1359)

Delta Between Two Patch Sets: src/pkg/crypto/x509/root_nocgo_darwin.go

Issue 22020045: code review 22020045: crypto/x509: add non-cgo darwin system anchor certs (Closed)
Left Patch Set: Created 11 years, 4 months ago
Right Patch Set: diff -r c0c2d0b05a77 https://code.google.com/p/go Created 11 years, 3 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
LEFTRIGHT
(no file at all)
1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
4
5 // +build !cgo
6
7 package x509
8
9 func initSystemRoots() {
10 systemRoots, _ = execSecurityRoots()
11 }
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b