diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-05-23 02:47:02 +0000 |
commit | 44e687d0d7ea07eeb9179eced47aea7d5ab9d7fe (patch) | |
tree | fc76a8f24b4476b6a1da30685d944db1d1476fac /security/openssl-beta/files/patch-ag | |
parent | Add pkgconfig support to most of the core of GNOME 1.4 and GTK+/GLIB 1.2 (diff) |
Upgrade openssl to 0.9.6a and bump the shlib version in the process
due to non-backwards compatible changes. The shlib bump necessitates
a corresponding bump in bsd.port.mk for the automagic openssl
dependency. Mistakes in the port are my responsibility. Approval for
the bsd.port.mk commit comes through asami -> kkenn -> me. Kris is
a little busy at the moment, so he asked me to lob it in.
Approved by: kris
Diffstat (limited to 'security/openssl-beta/files/patch-ag')
-rw-r--r-- | security/openssl-beta/files/patch-ag | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/openssl-beta/files/patch-ag b/security/openssl-beta/files/patch-ag index d43c842332ff..e0faf51d9bfa 100644 --- a/security/openssl-beta/files/patch-ag +++ b/security/openssl-beta/files/patch-ag @@ -1,11 +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 @@ +--- apps/dgst.c.orig Thu Apr 5 13:08:50 2001 ++++ apps/dgst.c Fri Apr 13 00:58:32 2001 +@@ -318,7 +318,7 @@ err++; continue; } -- printf("%s(%s)= ",name,argv[i]); -+ printf("%s (%s) = ",name,argv[i]); - do_fp(buf,inp,separator); - BIO_reset(bmd); - } +- if(!out_bin) BIO_printf(out, "%s(%s)= ",name,argv[i]); ++ if(!out_bin) BIO_printf(out, "%s(%s) = ",name,argv[i]); + do_fp(out, buf,inp,separator, out_bin, sigkey, + sigbuf, siglen); + (void)BIO_reset(bmd); |