summaryrefslogtreecommitdiff
path: root/src/pkg/crypto/x509/x509_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/crypto/x509/x509_test.go')
-rw-r--r--src/pkg/crypto/x509/x509_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/x509/x509_test.go b/src/pkg/crypto/x509/x509_test.go
index e5ca0f0f0..4b2a5ec8a 100644
--- a/src/pkg/crypto/x509/x509_test.go
+++ b/src/pkg/crypto/x509/x509_test.go
@@ -5,12 +5,12 @@
package x509
import (
+ "big";
"crypto/rsa";
"encoding/pem";
"reflect";
"strings";
"testing";
- big "gmp";
)
func TestParsePKCS1PrivateKey(t *testing.T) {