Skip to content

Commit

Permalink
Remove extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Jan 31, 2023
1 parent 29681e4 commit cb95f4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openssl/rsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func (r rsaKeyPair) VerifyKeyPair(publicKey, privateKey []byte) bool {
if err != nil {
return false
}

if string(publicKey) == string(pub) {
return true
}
Expand Down

0 comments on commit cb95f4f

Please sign in to comment.