Browse Source

use standard headers for siphash

ok tedu@
OPENBSD_6_5
bcook 5 years ago
parent
commit
8d357258a9
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      src/lib/libc/hash/siphash.c

+ 3
- 4
src/lib/libc/hash/siphash.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: siphash.c,v 1.7 2017/12/25 02:11:19 tedu Exp $ */
/* $OpenBSD: siphash.c,v 1.8 2019/01/20 03:53:47 bcook Exp $ */
/*-
* Copyright (c) 2013 Andre Oppermann <andre@FreeBSD.org>
@ -43,9 +43,8 @@
* https://131002.net/siphash/
*/
#include <sys/types.h>
#include <sys/endian.h>
#include <endian.h>
#include <stdint.h>
#include <string.h>
#include <siphash.h>


Loading…
Cancel
Save