Skip to content

Commit

Permalink
Disable MD5
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 15, 2024
1 parent f16feb6 commit 20a46e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@ def prepare_static_build(self, build_platform):
('inline', '__inline'),
('UNICODE', '1'),
('_UNICODE', '1'),
('XMLSEC_NO_MD5', '1'),
]

ext.include_dirs.append(str(self.prefix_dir / 'include'))
Expand Down

0 comments on commit 20a46e1

Please sign in to comment.