summaryrefslogtreecommitdiff
path: root/lang/python39/patches/patch-Modules___ssl.c
AgeCommit message (Collapse)AuthorFilesLines
2021-05-20python39: Fix PR pkg/56167triaxx1-0/+17
The function implicit declaration occurs on FreeBSD 12.2 but not on FreeBSD 13.0. The fix comes from python3.10.