Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jan 18, 2025
1 parent 8b83cce commit 15ad961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkcs1/pkcs1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ func Test_Check_PEMBlock(t *testing.T) {
t.Run("DESEDE3_CFB", func(t *testing.T) {
testKeyEncryptPEMBlock(t, testKey_DESEDE3_CFB)
})
t.Run("3DES_OFB", func(t *testing.T) {
t.Run("DESEDE3_OFB", func(t *testing.T) {
testKeyEncryptPEMBlock(t, testKey_DESEDE3_OFB)
})
t.Run("DESEDE3_CTR", func(t *testing.T) {
Expand Down

0 comments on commit 15ad961

Please sign in to comment.