Remove references to removed md5.h and md5.c files.

This commit is contained in:
doko@ubuntu.com 2012-06-21 12:13:35 +02:00
parent 39378f7f4f
commit 0684a9d146
1 changed files with 2 additions and 3 deletions

View File

@ -234,10 +234,9 @@ _symtable symtablemodule.c
# system does not have the OpenSSL libs containing an optimized version.
# The _md5 module implements the RSA Data Security, Inc. MD5
# Message-Digest Algorithm, described in RFC 1321. The necessary files
# md5.c and md5.h are included here.
# Message-Digest Algorithm, described in RFC 1321.
#_md5 md5module.c md5.c
#_md5 md5module.c
# The _sha module implements the SHA checksum algorithms.