Confirming the enabling line 216 like below helped. Thanks. Maybe change
"Resolution"?
204 # Socket module helper for SSL support; you must comment out the
other
205 # socket line above, and possibly edit the SSL variable:
206 #SSL=/usr/local/ssl
207 #_ssl _ssl.c \
208 # -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
209 # -L$(SSL)/lib -lssl -lcrypto
210
211 # The crypt module is now disabled by default because it breaks
builds
212 # on many systems (where -lcrypt is needed), e.g. Linux (I believe).
213 #
214 # First, look at Setup.config; configure may have set this for you.
215
216 crypt cryptmodule.c # -lcrypt # crypt(3); needs -lcrypt on
some systems