File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def test_DSAPrivateKey
86
86
assert_predicate key , :private?
87
87
assert_same_dsa dsa512 , key
88
88
89
- pem = <<~ EOF
89
+ pem = <<- EOF
90
90
-----BEGIN DSA PRIVATE KEY-----
91
91
MIH4AgEAAkEA5lB4GvEwjrsMlGDqGsxrbqeFRh6o9OWt6FgTYiEEHaOYhkIxv0Ok
92
92
RZPDNwOG997mDjBnvDJ1i56OmS3MbTnovwIVAJgub/aDrSDB4DZGH7UyarcaGy6D
@@ -106,7 +106,7 @@ def test_DSAPrivateKey
106
106
def test_DSAPrivateKey_encrypted
107
107
# key = abcdef
108
108
dsa512 = Fixtures . pkey ( "dsa512" )
109
- pem = <<~ EOF
109
+ pem = <<- EOF
110
110
-----BEGIN DSA PRIVATE KEY-----
111
111
Proc-Type: 4,ENCRYPTED
112
112
DEK-Info: AES-128-CBC,F8BB7BFC7EAB9118AC2E3DA16C8DB1D9
@@ -154,7 +154,7 @@ def test_PUBKEY
154
154
pp OpenSSL ::ASN1 . decode ( key . to_der ) if $DEBUG
155
155
assert_equal der , key . to_der
156
156
157
- pem = <<~ EOF
157
+ pem = <<- EOF
158
158
-----BEGIN PUBLIC KEY-----
159
159
MIHxMIGoBgcqhkjOOAQBMIGcAkEA5lB4GvEwjrsMlGDqGsxrbqeFRh6o9OWt6FgT
160
160
YiEEHaOYhkIxv0OkRZPDNwOG997mDjBnvDJ1i56OmS3MbTnovwIVAJgub/aDrSDB
You can’t perform that action at this time.
0 commit comments