forked from Lainports/freebsd-ports
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
11 lines
364 B
Text
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);
|