mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
8d930fd37b
PR: ports/9258 Submitted by: Seigo TANIMURA <tanimura@naklab.dnj.ynu.ac.jp>
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
--- crypto/md5/md5.c.orig Thu Apr 9 07:59:29 1998
|
|
+++ crypto/md5/md5.c Sun Dec 27 18:44:33 1998
|
|
@@ -94,7 +94,7 @@
|
|
err++;
|
|
continue;
|
|
}
|
|
- printf("MD5(%s)= ",argv[i]);
|
|
+ printf("MD5 (%s) = ",argv[i]);
|
|
do_fp(IN);
|
|
fclose(IN);
|
|
}
|