freebsd-ports/security/openssl/files/patch-ag
Doug Barton 44e687d0d7 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
2001-05-23 02:47:02 +00:00

11 lines
364 B
Text

--- 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;
}
- 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);