lib/saml/config.rb in libsaml-2.1.3 vs lib/saml/config.rb in libsaml-2.1.4

- old
+ new

@@ -5,16 +5,13 @@ mattr_accessor :max_issue_instant_offset @@max_issue_instant_offset = 2 mattr_accessor :ssl_private_key_file - @@ssl_private_key_file = 'SSL_PRIVATE_KEY_FILE' + @@ssl_private_key_file = nil - mattr_accessor :ssl_certificate - @@ssl_certificate = 'SSL_CERTIFICATE' - mattr_accessor :ssl_certificate_file - @@ssl_certificate_file = 'SSL_CERTIFICATE_FILE' + @@ssl_certificate_file = nil mattr_accessor :registered_stores @@registered_stores = {} mattr_accessor :default_store