summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordtucker <dtucker>2014-07-22 23:43:42 +0000
committerdtucker <dtucker>2014-07-22 23:43:42 +0000
commit3f97be0e9e7b648f4d8eef518ae47e86d6c1b684 (patch)
tree73872b91bbb8f03a31deaad3d16b4fca336ced4c
parente04933a8f5a3608afd3e66d9b4fe1eabee8fe4a9 (diff)
downloadopenssh-3f97be0e9e7b648f4d8eef518ae47e86d6c1b684.tar.gz
- 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.)
-rw-r--r--ChangeLog5
-rw-r--r--umac.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b0e0f5fc..3e4bb9d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,11 @@
- dtucker@cvs.openbsd.org 2014/07/22 01:18:50
[key.c]
Prevent spam from key_load_private_pem during hostbased auth. ok djm@
+ - 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.)
20140721
- OpenBSD CVS Sync
diff --git a/umac.c b/umac.c
index 670d173e..6eb55b26 100644
--- a/umac.c
+++ b/umac.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: umac.c,v 1.10 2014/04/30 19:07:48 naddy Exp $ */
+/* $OpenBSD: umac.c,v 1.11 2014/07/22 07:13:42 guenther Exp $ */
/* -----------------------------------------------------------------------
*
* umac.c -- C Implementation UMAC Message Authentication