Skip to content

Commit e9bb63b

Browse files
committed
[refactor] deprecate old Jopenssl constant
1 parent 167b0d6 commit e9bb63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ module JOpenSSL
66
Object.class_eval do
77
Jopenssl = JOpenSSL
88
private_constant :Jopenssl if respond_to?(:private_constant)
9+
deprecate_constant :Jopenssl if respond_to?(:deprecate_constant)
910
end

0 commit comments

Comments
 (0)