diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | umac.c | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -10,6 +10,11 @@ | |||
10 | - dtucker@cvs.openbsd.org 2014/07/22 01:18:50 | 10 | - dtucker@cvs.openbsd.org 2014/07/22 01:18:50 |
11 | [key.c] | 11 | [key.c] |
12 | Prevent spam from key_load_private_pem during hostbased auth. ok djm@ | 12 | Prevent spam from key_load_private_pem during hostbased auth. ok djm@ |
13 | - guenther@cvs.openbsd.org 2014/07/22 07:13:42 | ||
14 | [umac.c] | ||
15 | Convert from <sys/endian.h> to the shiney new <endian.h> | ||
16 | ok dtucker@, who also confirmed that -portable handles this already | ||
17 | (ID sync only, includes.h pulls in endian.h if available.) | ||
13 | 18 | ||
14 | 20140721 | 19 | 20140721 |
15 | - OpenBSD CVS Sync | 20 | - OpenBSD CVS Sync |
@@ -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 |