aboutsummaryrefslogtreecommitdiff
path: root/security/openssl
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-01-20 12:44:04 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-01-20 12:44:04 +0000
commit8ee28cc021a77c5f46993a586e2c9b85a2f96c10 (patch)
treee51bdd2a27a759a34cba94554a51fb98d4aeb7fb /security/openssl
parent0ef440f45a4314018a3bc60db1dd95e8d781c07c (diff)
downloadports-8ee28cc021a77c5f46993a586e2c9b85a2f96c10.tar.gz
ports-8ee28cc021a77c5f46993a586e2c9b85a2f96c10.zip
Notes
Diffstat (limited to 'security/openssl')
-rw-r--r--security/openssl/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
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);
+ }