Skip to content

Commit 2fe8c04

Browse files
mkristiankares
authored andcommitted
Revert "remove wrong import"
This reverts commit 6a4cca9d6587638d863f04e68ea0ae9e0535c13a.
1 parent d281ef5 commit 2fe8c04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/openssl/pkcs12.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ class PKCS12Error < OpenSSLError
88
java_import java.io.StringReader
99
java_import java.io.StringBufferInputStream
1010
java_import java.io.ByteArrayOutputStream
11+
java_import 'org.jruby.ext.openssl.PEMUtils'
1112
java_import 'org.jruby.ext.openssl.SecurityHelper'
1213

1314
def self.create(pass, name, key, cert, ca = nil)

0 commit comments

Comments
 (0)