Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
ecf0690c
Commit
ecf0690c
authored
Nov 06, 2009
by
Adam Langley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypto/x509: build fix for 32-bit
TBR=rsc R=rsc CC=go-dev
http://go/go-review/1024007
parent
17021f48
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
x509_test.go
src/pkg/crypto/x509/x509_test.go
+14
-0
No files found.
src/pkg/crypto/x509/x509_test.go
View file @
ecf0690c
...
...
@@ -4,6 +4,17 @@
package
x509
import
"testing"
func
TestToKeepGoTestHappy
(
t
*
testing
.
T
)
{
}
/*
Div is broken for this key in 32-bit mode.
TODO(agl): reenabled when Div is fixed.
import (
"big";
"crypto/rsa";
...
...
@@ -50,3 +61,6 @@ var rsaPrivateKey = &rsa.PrivateKey{
P: bigFromString("98920366548084643601728869055592650835572950932266967461790948584315647051443"),
Q: bigFromString("94560208308847015747498523884063394671606671904944666360068158221458669711639"),
}
*/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment