summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/openssl/x509.rb
blob: aae75a366e7ead93c33f6c19a40a71937b1ae38a (plain)
1
2
3
4
5
6
7
8
9
module OpenSSL
  module X509
    class StoreContext
      def cleanup
        warn "(#{caller.first}) OpenSSL::X509::StoreContext#cleanup is deprecated with no replacement" if $VERBOSE
      end
    end
  end
end