]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove #include <config.h> usage from siphash.c and siphash_test.c
authorOndřej Surý <ondrej@sury.org>
Fri, 12 Jul 2019 13:28:58 +0000 (15:28 +0200)
committerOndřej Surý <ondrej@sury.org>
Fri, 12 Jul 2019 13:28:58 +0000 (15:28 +0200)
lib/isc/siphash.c
lib/isc/tests/siphash_test.c

index c9f73934ee45133db1d43b03cc756510def5f082..0b22ea8634793b1ffe652005ba7e177575778d05 100644 (file)
@@ -9,24 +9,6 @@
  * information regarding copyright ownership.
  */
 
-/*
-   siphash() function is SipHash reference C implementation
-
-   Copyright (c) 2012-2016 Jean-Philippe Aumasson <jeanphilippe.aumasson@gmail.com>
-   Copyright (c) 2012-2014 Daniel J. Bernstein <djb@cr.yp.to>
-
-   To the extent possible under law, the author(s) have dedicated all copyright
-   and related and neighboring rights to this software to the public domain
-   worldwide. This software is distributed without any warranty.
-
-   You should have received a copy of the CC0 Public Domain Dedication along
-   with this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
- */
-
-/*! \file isc/siphash.c */
-
-#include <config.h>
-
 #include <inttypes.h>
 #include <unistd.h>
 #include <string.h>
index 58baa89ab9ba2b2cd7b20e255f7382bdde6ba649..b45474104245655b6337d6a1a6d0cbc55aa3bca4 100644 (file)
@@ -9,8 +9,6 @@
  * information regarding copyright ownership.
  */
 
-#include <config.h>
-
 #if HAVE_CMOCKA
 
 #include <stdarg.h>