Skip to content

Commit 3d05728

Browse files
mkristiankares
authored andcommitted
remove wrong import
1 parent 4763a10 commit 3d05728

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/openssl/pkcs12.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ 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'
1211
java_import 'org.jruby.ext.openssl.SecurityHelper'
1312

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

0 commit comments

Comments
 (0)