From 44e687d0d7ea07eeb9179eced47aea7d5ab9d7fe Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Wed, 23 May 2001 02:47:02 +0000 Subject: 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 --- security/openssl-beta/files/patch-ag | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'security/openssl-beta/files/patch-ag') 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); -- cgit v1.2.3