aboutsummaryrefslogtreecommitdiff
path: root/libgo/go/crypto/openpgp/s2k/s2k_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/crypto/openpgp/s2k/s2k_test.go')
-rw-r--r--libgo/go/crypto/openpgp/s2k/s2k_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/openpgp/s2k/s2k_test.go b/libgo/go/crypto/openpgp/s2k/s2k_test.go
index ec4012c..3a094a1 100644
--- a/libgo/go/crypto/openpgp/s2k/s2k_test.go
+++ b/libgo/go/crypto/openpgp/s2k/s2k_test.go
@@ -6,8 +6,8 @@ package s2k
import (
"bytes"
- "crypto/sha1"
"crypto/rand"
+ "crypto/sha1"
"encoding/hex"
"testing"
)