From 0e99a3ace9b56c876334c84cf5900738000209b1 Mon Sep 17 00:00:00 2001 From: qydysky Date: Thu, 4 Mar 2021 16:46:22 +0800 Subject: [PATCH] 107 --- crypto/Crypto.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/Crypto.go b/crypto/Crypto.go index e634d60..42a6b6b 100644 --- a/crypto/Crypto.go +++ b/crypto/Crypto.go @@ -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 } -- 2.39.2