bind9/lib
Michal Nowak 57a3ae9d97
Fix argument with mismatched bound in isc_iterated_hash()
GCC 11 produced the following warning:

    iterated_hash.c:21:33: warning: argument 1 of type ‘unsigned char[20]’ with mismatched bound [-Warray-parameter=]
       21 | isc_iterated_hash(unsigned char out[ISC_SHA1_DIGESTLENGTH],
          |                   ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
    In file included from iterated_hash.c:18:
    ./include/isc/iterated_hash.h:33:37: note: previously declared as ‘unsigned char[155]’
       33 | int isc_iterated_hash(unsigned char out[NSEC3_MAX_HASH_LENGTH],
          |                       ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
2021-05-20 13:35:08 +02:00
..
bind9 update link order of libbind9 2020-12-21 01:10:00 +00:00
dns prep 9.11.32 2021-05-20 12:34:09 +02:00
irs update all copyright headers to eliminate the typo 2020-09-14 17:00:40 -07:00
isc Fix argument with mismatched bound in isc_iterated_hash() 2021-05-20 13:35:08 +02:00
isccc update all copyright headers to eliminate the typo 2020-09-14 17:00:40 -07:00
isccfg update all copyright headers to eliminate the typo 2020-09-14 17:00:40 -07:00
lwres prep 9.11.27 2021-01-21 09:38:24 +01:00
samples Refactored dns_message_t for using attach/detach semantics 2020-09-30 13:33:43 +02:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 17:00:40 -07:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:50:30 +11:00
Makefile.in update all copyright headers to eliminate the typo 2020-09-14 17:00:40 -07:00