class OpenSSL::PKCS7::PKCS7

This class is only provided for backwards compatibility. Use OpenSSL::PKCS7 in the future.

def initialize(*args)

def initialize(*args)
  super(*args)
  warn("Warning: OpenSSL::PKCS7::PKCS7 is deprecated after Ruby 1.9; use OpenSSL::PKCS7 instead")
end