Skip to content

Commit 4d67841

Browse files
committed
Remove loading support as this might result in unreachable code
1 parent 6628df1 commit 4d67841

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/openssl/pkey.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -310,12 +310,6 @@ def to_bn(conversion_form = group.point_conversion_form)
310310
end
311311
end
312312

313-
class PKey
314-
def self._load(string)
315-
OpenSSL::PKey.read(string)
316-
end
317-
end
318-
319313
class RSA
320314
include OpenSSL::Marshal
321315

0 commit comments

Comments
 (0)