]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove entropy.h from Makefile.in
authorOndřej Surý <ondrej@sury.org>
Wed, 6 Jun 2018 12:36:33 +0000 (14:36 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 6 Jun 2018 12:36:33 +0000 (14:36 +0200)
lib/isc/entropy_private.h
lib/isc/include/isc/Makefile.in
util/copyrights

index 5ca72133a3042f673b0a4e67d17e52d07bcdc3d4..771b0e4388824a9fc203dda8e55612a6934df1e9 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <isc/lang.h>
 
-/*! \file isc/entropy.h
+/*! \file isc/entropy_private.h
  * \brief Implements wrapper around CSPRNG cryptographic library calls
  * for getting cryptographically secure pseudo-random numbers.
  *
index 5ae75d2e265129b109659d108ca49089fab30c1d..8183efb461e2eef11140d3159ce5dcbfcb6b5484 100644 (file)
@@ -21,7 +21,7 @@ VERSION=@BIND9_VERSION@
 HEADERS =      aes.h app.h assertions.h backtrace.h base32.h base64.h \
                bind9.h boolean.h buffer.h bufferlist.h \
                commandline.h counter.h crc64.h deprecated.h \
-               entropy.h errno.h error.h event.h eventclass.h \
+               errno.h error.h event.h eventclass.h \
                file.h formatcheck.h fsaccess.h fuzz.h \
                hash.h heap.h hex.h hmacmd5.h hmacsha.h ht.h httpd.h \
                interfaceiter.h @ISC_IPV6_H@ iterated_hash.h \
index bcd7156aa0d630b52ae67a4bc34968df11b153c7..a5ca23f99a2fecab55d5a8d31f5387d3a7494eb2 100644 (file)
 ./lib/isc/counter.c                            C       2014,2016,2018
 ./lib/isc/crc64.c                              C       2013,2016,2018
 ./lib/isc/entropy.c                            C       2018
-./lib/isc/entropy.h                            C       2018
 ./lib/isc/entropy_private.h                    C       2018
 ./lib/isc/error.c                              C       1998,1999,2000,2001,2004,2005,2007,2015,2016,2018
 ./lib/isc/event.c                              C       1998,1999,2000,2001,2004,2005,2007,2014,2016,2017,2018