mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '305-fix-typo' into 'master'
Fix typo ISC_SHA256_DIGESTLENGHT -> ISC_SHA256_DIGESTLENGTH See merge request isc-projects/bind9!1119
This commit is contained in:
commit
9145bec00d
1 changed files with 1 additions and 1 deletions
|
|
@ -2278,7 +2278,7 @@ compute_cc(resquery_t *query, unsigned char *cookie, size_t len) {
|
|||
unsigned int secret_len = ISC_SHA1_DIGESTLENGTH;
|
||||
#elif defined(HMAC_SHA256_CC)
|
||||
isc_md_type_t type = ISC_MD_SHA256;
|
||||
unsigned int secret_len = ISC_SHA256_DIGESTLENGHT;
|
||||
unsigned int secret_len = ISC_SHA256_DIGESTLENGTH;
|
||||
#endif
|
||||
|
||||
INSIST(len >= 8U);
|
||||
|
|
|
|||
Loading…
Reference in a new issue