diff options
Diffstat (limited to 'mac.h')
-rw-r--r-- | mac.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: mac.h,v 1.4 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: mac.h,v 1.6 2007/06/07 19:37:34 pvalchev Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. | 3 | * Copyright (c) 2001 Markus Friedl. All rights reserved. |
4 | * | 4 | * |
@@ -24,5 +24,7 @@ | |||
24 | */ | 24 | */ |
25 | 25 | ||
26 | int mac_valid(const char *); | 26 | int mac_valid(const char *); |
27 | int mac_init(Mac *, char *); | 27 | int mac_setup(Mac *, char *); |
28 | int mac_init(Mac *); | ||
28 | u_char *mac_compute(Mac *, u_int32_t, u_char *, int); | 29 | u_char *mac_compute(Mac *, u_int32_t, u_char *, int); |
30 | void mac_clear(Mac *); | ||