ports/security/openssl/files/patch-md5.c
Mathieu Arnold bcdc68f820 Revert the OpenSSL 1.1.0 update, it was not tested.
With hat:	portmgr
Sponsored by:	Absolight
2016-08-27 11:00:44 +00:00

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