diff options
Diffstat (limited to 'sys/crypto/michael.h')
-rw-r--r-- | sys/crypto/michael.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/crypto/michael.h b/sys/crypto/michael.h index 3b7c435842e..79018d89784 100644 --- a/sys/crypto/michael.h +++ b/sys/crypto/michael.h @@ -1,4 +1,4 @@ -/* $OpenBSD: michael.h,v 1.1 2006/03/21 18:40:54 reyk Exp $ */ +/* $OpenBSD: michael.h,v 1.2 2012/12/05 23:20:15 deraadt Exp $ */ /* * Copyright (c) 2005, 2006 Reyk Floeter <reyk@openbsd.org> @@ -30,8 +30,6 @@ typedef struct michael_context { u_int michael_count; } MICHAEL_CTX; -#include <sys/cdefs.h> - __BEGIN_DECLS void michael_init(MICHAEL_CTX *); void michael_update(MICHAEL_CTX *, const u_int8_t *, u_int) |