namespace police to make it buildable (no, it still does not work),
add rcsid.
This commit is contained in:
parent
669312ed5a
commit
795befa36d
4
crypto/dist/ssh/umac.c
vendored
4
crypto/dist/ssh/umac.c
vendored
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: umac.c,v 1.4 2008/04/06 23:38:20 christos Exp $ */
|
||||
/* $NetBSD: umac.c,v 1.5 2008/04/20 15:01:14 martin Exp $ */
|
||||
/* $OpenBSD: umac.c,v 1.2 2007/09/12 19:39:19 stevesk Exp $ */
|
||||
/* -----------------------------------------------------------------------
|
||||
*
|
||||
@ -64,6 +64,8 @@
|
||||
/* -- Global Includes --------------------------------------------------- */
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
#include "includes.h"
|
||||
__RCSID("$NetBSD: umac.c,v 1.5 2008/04/20 15:01:14 martin Exp $");
|
||||
#include <sys/types.h>
|
||||
#include <sys/endian.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user