Skip to content

Commit 25d100f

Browse files
committed
Fix references
1 parent 3eb3c94 commit 25d100f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/ruby_saml/xml/base_document.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BaseDocument < REXML::Document
1414
# TODO: This affects the global state
1515
REXML::Security.entity_expansion_limit = 0
1616

17-
# @deprecated Constants moved to Crypto module
17+
# @deprecated Constants moved to RubySaml::XML module
1818
C14N = RubySaml::XML::C14N
1919
DSIG = RubySaml::XML::DSIG
2020
NOKOGIRI_OPTIONS = RubySaml::XML::NOKOGIRI_OPTIONS

lib/ruby_saml/xml/document.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module XML
77
class Document < BaseDocument
88
INC_PREFIX_LIST = '#default samlp saml ds xs xsi md'
99

10-
# @deprecated Constants moved to Crypto module
10+
# @deprecated Constants moved to RubySaml::XML module
1111
RSA_SHA1 = RubySaml::XML::RSA_SHA1
1212
RSA_SHA224 = RubySaml::XML::RSA_SHA224
1313
RSA_SHA256 = RubySaml::XML::RSA_SHA256

0 commit comments

Comments
 (0)