diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-07-23 09:43:42 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-07-23 09:43:42 +1000 |
commit | 31eb78078d349b32ea41952ecc944b3ad6cb0d45 (patch) | |
tree | 25212830a018c15f6035e8692db23a80d17ec489 /umac.c | |
parent | 820763efef2d19d965602533036c2b4badc9d465 (diff) |
- guenther@cvs.openbsd.org 2014/07/22 07:13:42
[umac.c]
Convert from <sys/endian.h> to the shiney new <endian.h>
ok dtucker@, who also confirmed that -portable handles this already
(ID sync only, includes.h pulls in endian.h if available.)
Diffstat (limited to 'umac.c')
-rw-r--r-- | umac.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: umac.c,v 1.10 2014/04/30 19:07:48 naddy Exp $ */ | 1 | /* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */ |
2 | /* ----------------------------------------------------------------------- | 2 | /* ----------------------------------------------------------------------- |
3 | * | 3 | * |
4 | * umac.c -- C Implementation UMAC Message Authentication | 4 | * umac.c -- C Implementation UMAC Message Authentication |