summaryrefslogtreecommitdiff
path: root/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'mac.h')
-rw-r--r--mac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac.h b/mac.h
index 260798ab3..fbe18c463 100644
--- a/mac.h
+++ b/mac.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: mac.h,v 1.7 2013/04/19 01:06:50 djm Exp $ */ 1/* $OpenBSD: mac.h,v 1.8 2013/11/07 11:58:27 dtucker Exp $ */
2/* 2/*
3 * Copyright (c) 2001 Markus Friedl. All rights reserved. 3 * Copyright (c) 2001 Markus Friedl. All rights reserved.
4 * 4 *
@@ -24,7 +24,7 @@
24 */ 24 */
25 25
26int mac_valid(const char *); 26int mac_valid(const char *);
27char *mac_alg_list(void); 27char *mac_alg_list(char);
28int mac_setup(Mac *, char *); 28int mac_setup(Mac *, char *);
29int mac_init(Mac *); 29int mac_init(Mac *);
30u_char *mac_compute(Mac *, u_int32_t, u_char *, int); 30u_char *mac_compute(Mac *, u_int32_t, u_char *, int);