Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/external/bsd/multigest



Module Name:    othersrc
Committed By:   agc
Date:           Sun Aug 18 06:03:14 UTC 2013

Modified Files:
        othersrc/external/bsd/multigest/bin: Makefile
        othersrc/external/bsd/multigest/dist: libmultigest.3 main.c multigest.1
            multigest.c multigest.h
Added Files:
        othersrc/external/bsd/multigest/bin: 22.expected 23.expected

Log Message:
Also add an output format argument to multigest(1).

This can take one of three values:

        + digest (meaning print output in digest(1) format)
        i.e. "ALG (file) = digest"

        + openssl (meaning print output in openssl(1) format), or
        i.e. "ALG(file)= digest"

        + multigest (meaning output is in multigest format)
        i.e. "ALG (file) (substition) = digest"

The default is multigest format.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 othersrc/external/bsd/multigest/bin/22.expected \
    othersrc/external/bsd/multigest/bin/23.expected
cvs rdiff -u -r1.3 -r1.4 othersrc/external/bsd/multigest/bin/Makefile
cvs rdiff -u -r1.4 -r1.5 othersrc/external/bsd/multigest/dist/libmultigest.3 \
    othersrc/external/bsd/multigest/dist/main.c \
    othersrc/external/bsd/multigest/dist/multigest.c \
    othersrc/external/bsd/multigest/dist/multigest.h
cvs rdiff -u -r1.5 -r1.6 othersrc/external/bsd/multigest/dist/multigest.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index