Skip to content

Commit 367d845

Browse files
Changing xmlsec.initialize
1 parent 86cb7ef commit 367d845

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
@@ -626,7 +626,7 @@ def generate_name_id(value, sp_nq, sp_format, cert=None, debug=False, nq=None):
626626
xml = name_id_container.toxml()
627627
elem = fromstring(xml)
628628

629-
xmlsec.initialize()
629+
xmlsec.initialize('openssl')
630630

631631
if debug:
632632
xmlsec.set_error_callback(print_xmlsec_errors)

0 commit comments

Comments
 (0)