diff options
author | dirk <dirk@FreeBSD.org> | 1999-01-20 12:44:04 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-01-20 12:44:04 +0000 |
commit | fce811d06860043fac3099ff8ec364b98eabf09c (patch) | |
tree | cc38f2e18df5799f4f809d32a170ab977a2aff3a /security/openssl | |
parent | f47d5ca0f84221241c96e44efac67d3cec61ca05 (diff) | |
download | FreeBSD-ports-fce811d06860043fac3099ff8ec364b98eabf09c.zip FreeBSD-ports-fce811d06860043fac3099ff8ec364b98eabf09c.tar.gz |
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/openssl')
-rw-r--r-- | security/openssl/files/patch-ag | 11 |
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 0000000..d43c842 --- /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); + } |