Module Name:    othersrc
Committed By:   agc
Date:           Sun Sep 18 18:23:14 UTC 2011

Modified Files:
        othersrc/external/bsd/hmac/dist: libhmac.3

Log Message:
sync manual page with reality


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/bsd/hmac/dist/libhmac.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/hmac/dist/libhmac.3
diff -u othersrc/external/bsd/hmac/dist/libhmac.3:1.1.1.1 othersrc/external/bsd/hmac/dist/libhmac.3:1.2
--- othersrc/external/bsd/hmac/dist/libhmac.3:1.1.1.1	Thu Apr 14 04:52:46 2011
+++ othersrc/external/bsd/hmac/dist/libhmac.3	Sun Sep 18 18:23:14 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: libhmac.3,v 1.1.1.1 2011/04/14 04:52:46 agc Exp $
+.\" $NetBSD: libhmac.3,v 1.2 2011/09/18 18:23:14 agc Exp $
 .\"
 .\" Copyright (c) 2011 Alistair Crooks <[email protected]>
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd April 12, 2011
+.Dd September 18, 2011
 .Dt LIBHMAC 3
 .Os
 .Sh NAME
@@ -35,7 +35,7 @@
 .In hmac.h
 .Ft int
 .Fo hmac
-.Fa "const char *algorithm" "uint8_t *key" "size_t keylength"
+.Fa "const char *algorithm" "const uint8_t *key" "size_t keylength"
 .Fa "const uint8_t *message" "size_t msglength" "uint8_t *mac" "size_t macsize"
 .Fc
 .Ft size_t

Reply via email to