1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/security/openssl-beta/files/patch-ad

12 lines
254 B
Plaintext
Raw Normal View History

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