aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>1999-01-20 20:44:04 +0800
committerdirk <dirk@FreeBSD.org>1999-01-20 20:44:04 +0800
commitfce811d06860043fac3099ff8ec364b98eabf09c (patch)
treecc38f2e18df5799f4f809d32a170ab977a2aff3a /security
parentf47d5ca0f84221241c96e44efac67d3cec61ca05 (diff)
downloadfreebsd-ports-gnome-fce811d06860043fac3099ff8ec364b98eabf09c.tar.gz
freebsd-ports-gnome-fce811d06860043fac3099ff8ec364b98eabf09c.tar.zst
freebsd-ports-gnome-fce811d06860043fac3099ff8ec364b98eabf09c.zip
Modify ${PREFIX}/bin/md5 (= ${PREFIX}/bin/ssleay) output string.
PR: ports/9563 Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
Diffstat (limited to 'security')
-rw-r--r--security/openssl-beta/files/patch-ag11
-rw-r--r--security/openssl/files/patch-ag11
2 files changed, 22 insertions, 0 deletions
diff --git a/security/openssl-beta/files/patch-ag b/security/openssl-beta/files/patch-ag
new file mode 100644
index 000000000000..d43c842332ff
--- /dev/null
+++ b/security/openssl-beta/files/patch-ag
@@ -0,0 +1,11 @@
+--- apps/dgst.c.orig Mon Dec 21 20:00:13 1998
++++ apps/dgst.c Tue Jan 19 16:16:38 1999
+@@ -187,7 +187,7 @@
+ err++;
+ continue;
+ }
+- printf("%s(%s)= ",name,argv[i]);
++ printf("%s (%s) = ",name,argv[i]);
+ do_fp(buf,inp,separator);
+ BIO_reset(bmd);
+ }
diff --git a/security/openssl/files/patch-ag b/security/openssl/files/patch-ag
new file mode 100644
index 000000000000..d43c842332ff
--- /dev/null
+++ b/security/openssl/files/patch-ag
@@ -0,0 +1,11 @@
+--- apps/dgst.c.orig Mon Dec 21 20:00:13 1998
++++ apps/dgst.c Tue Jan 19 16:16:38 1999
+@@ -187,7 +187,7 @@
+ err++;
+ continue;
+ }
+- printf("%s(%s)= ",name,argv[i]);
++ printf("%s (%s) = ",name,argv[i]);
+ do_fp(buf,inp,separator);
+ BIO_reset(bmd);
+ }