diff -crN Python-3.7.4/Modules/Setup.dist Python-3.7.4_edit/Modules/Setup.dist
*** 208,217 ****
# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
! #SSL=/usr/local/ssl
! #_ssl _ssl.c \
! # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
! # -L$(SSL)/lib -lssl -lcrypto
# The crypt module is now disabled by default because it breaks builds
# on many systems (where -lcrypt is needed), e.g. Linux (I believe).
--- 208,217 ----
# Socket module helper for SSL support; you must comment out the other
# socket line above, and possibly edit the SSL variable:
! SSL=/usr/local/ssl
! _ssl _ssl.c \
! -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
! -L$(SSL)/lib -lssl -lcrypto
# The crypt module is now disabled by default because it breaks builds
# on many systems (where -lcrypt is needed), e.g. Linux (I believe).