File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5959#
6060# In addition, *static* explicitly declares the following modules to
6161# be static. Lines containing "*static*" and "*shared*" may thus
62- # alternate thoughout this file.
62+ # alternate throughout this file.
6363
6464# NOTE: As a standard policy, as many modules as can be supported by a
6565# platform should be present. The distribution comes with all modules
@@ -234,16 +234,19 @@ GLHACK=-Dclear=__GLclear
234234# rgbimg rgbimgmodule.c # Read SGI RGB image files (but coded portably)
235235
236236
237- # The md5 module implements the RSA Data Security, Inc. MD5
237+ # Note that the _md5 and _sha modules are normally only built if the
238+ # system does not have the OpenSSL libs containing an optimized version.
239+
240+ # The _md5 module implements the RSA Data Security, Inc. MD5
238241# Message-Digest Algorithm, described in RFC 1321. The necessary files
239242# md5.c and md5.h are included here.
240243
241- # md5 md5module.c md5.c
244+ # _md5 md5module.c md5.c
242245
243246
244- # The sha module implements the SHA checksum algorithm.
247+ # The _sha module implements the SHA checksum algorithm.
245248# (NIST's Secure Hash Algorithm.)
246- # sha shamodule.c
249+ # _sha shamodule.c
247250
248251
249252# SGI IRIX specific modules -- off by default.
You can’t perform that action at this time.
0 commit comments