summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/mac.h')
-rw-r--r--crypto/openssh/mac.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/mac.h b/crypto/openssh/mac.h
index 39f564d..260798a 100644
--- a/crypto/openssh/mac.h
+++ b/crypto/openssh/mac.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mac.h,v 1.6 2007/06/07 19:37:34 pvalchev Exp $ */
+/* $OpenBSD: mac.h,v 1.7 2013/04/19 01:06:50 djm Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
*
@@ -24,6 +24,7 @@
*/
int mac_valid(const char *);
+char *mac_alg_list(void);
int mac_setup(Mac *, char *);
int mac_init(Mac *);
u_char *mac_compute(Mac *, u_int32_t, u_char *, int);
OpenPOWER on IntegriCloud