Skip to content

Commit 5b1410b

Browse files
Update utils.py
1 parent dfd2bc0 commit 5b1410b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/onelogin/saml2/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ def generate_name_id(value, sp_nq, sp_format, cert=None, debug=False, nq=None):
629629
xml = name_id_container.toxml()
630630
elem = fromstring(xml)
631631

632-
xmlsec.initialize('openssl')
632+
# xmlsec.initialize('openssl') # done when the module is loaded
633633

634634
if debug:
635635
xmlsec.set_error_callback(print_xmlsec_errors)

0 commit comments

Comments
 (0)