freebsd-ports/security/openssl/files-beta/patch-ad
2005-07-10 19:15:12 +00:00

11 lines
254 B
Text

--- 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);
}