OSDN Git Service

libgo: Update to weekly 2011-11-09.
[pf3gnuchains/gcc-fork.git] / libgo / go / crypto / openpgp / packet / encrypted_key.go
index d05103f..b24fa3a 100644 (file)
@@ -5,13 +5,13 @@
 package packet
 
 import (
-       "big"
        "crypto/openpgp/elgamal"
        error_ "crypto/openpgp/error"
        "crypto/rand"
        "crypto/rsa"
        "encoding/binary"
        "io"
+       "math/big"
        "strconv"
 )