mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-24 15:47:18 -04:00
Fix typo ISC_SHA256_DIGESTLENGHT -> ISC_SHA256_DIGESTLENGTH
This commit is contained in:
parent
9c4c1320e2
commit
6b65a4f86e
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