Module Name:    othersrc
Committed By:   agc
Date:           Sat Aug 17 20:15:35 UTC 2013

Modified Files:
        othersrc/external/bsd/multigest/dist: libmultigest.3

Log Message:
document the changes to multigest_data() and multigest_file() signatures


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/multigest/dist/libmultigest.3

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

Modified files:

Index: othersrc/external/bsd/multigest/dist/libmultigest.3
diff -u othersrc/external/bsd/multigest/dist/libmultigest.3:1.2 othersrc/external/bsd/multigest/dist/libmultigest.3:1.3
--- othersrc/external/bsd/multigest/dist/libmultigest.3:1.2	Fri Aug 16 07:38:14 2013
+++ othersrc/external/bsd/multigest/dist/libmultigest.3	Sat Aug 17 20:15:35 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: libmultigest.3,v 1.2 2013/08/16 07:38:14 wiz Exp $
+.\" $NetBSD: libmultigest.3,v 1.3 2013/08/17 20:15:35 agc Exp $
 .\"
 .\" Copyright (c) 2013 Alistair Crooks <[email protected]>
 .\" All rights reserved.
@@ -53,15 +53,15 @@
 .Fo multigest_final
 .Fa "unsigned char *rawdigest" "multigest_t *mg"
 .Fc
-.Ft int
+.Ft "uint8_t *"
 .Fo multigest_data
-.Fa "const char *data" "size_t length" "const char *algorithms"
+.Fa "const char *algorithms" "const char *data" "size_t length"
 .Fa "const unsigned char *rawoutput" "const char *substregex"
 .Fa "const char *replacement"
 .Fc
-.Ft int
+.Ft "uint8_t *"
 .Fo multigest_file
-.Fa "const char *filename" "const char *algorithms"
+.Fa "const char *algorithms" "const char *filename"
 .Fa "const unsigned char *rawoutput" "const char *substregex"
 .Fa "const char *replacement"
 .Fc

Reply via email to