]> 127.0.0.1 Git - part/.git/commitdiff
107 v0.4.10
authorqydysky <qydysky@foxmail.com>
Thu, 4 Mar 2021 08:46:22 +0000 (16:46 +0800)
committerqydysky <qydysky@foxmail.com>
Thu, 4 Mar 2021 08:46:22 +0000 (16:46 +0800)
crypto/Crypto.go

index e634d607cda3ace58f21791578b964fd39dd37d4..42a6b6b09563aa96a35c8bda1ab030e4ffcd2a53 100644 (file)
@@ -51,7 +51,7 @@ func (t *Crypto) GetPKIXPubKey(pubPEMData []byte) (err error) {
                err = e
                return
        }
-       t.pubKey = pubI.(*rsa.PublicKey)
+       t.pubKey,_ = pubI.(*rsa.PublicKey)
 
        return
 }