4@@ -252,14 +252,14 @@ 5 # Message-Digest Algorithm, described in RFC 1321. The necessary files 6 # md5.c and md5.h are included here. 7 8-#_md5 md5module.c md5.c 9+_md5 md5module.c md5.c 10 11 12 # The _sha module implements the SHA checksum algorithms. 13 # (NIST's Secure Hash Algorithms.) 14-#_sha shamodule.c 15-#_sha256 sha256module.c 16-#_sha512 sha512module.c 17+_sha shamodule.c 18+_sha256 sha256module.c 19+_sha512 sha512module.c 20 21 22 # SGI IRIX specific modules -- off by default.
| 4@@ -252,14 +252,14 @@ 5 # Message-Digest Algorithm, described in RFC 1321. The necessary files 6 # md5.c and md5.h are included here. 7 8-#_md5 md5module.c md5.c 9+_md5 md5module.c md5.c 10 11 12 # The _sha module implements the SHA checksum algorithms. 13 # (NIST's Secure Hash Algorithms.) 14-#_sha shamodule.c 15-#_sha256 sha256module.c 16-#_sha512 sha512module.c 17+_sha shamodule.c 18+_sha256 sha256module.c 19+_sha512 sha512module.c 20 21 22 # SGI IRIX specific modules -- off by default.
|