mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
351 B
C
11 lines
351 B
C
--- crypto/md5/md5.c.orig 2015-01-22 15:58:32.000000000 +0100
|
|
+++ crypto/md5/md5.c 2015-03-10 07:02:19.000000000 +0100
|
|
@@ -83,7 +83,7 @@
|
|
err++;
|
|
continue;
|
|
}
|
|
- printf("MD5(%s)= ", argv[i]);
|
|
+ printf("MD5 (%s) = ", argv[i]);
|
|
do_fp(IN);
|
|
fclose(IN);
|
|
}
|