doh: fix #ifdef name

Spotted by Copilot

Closes #21431
This commit is contained in:
Daniel Stenberg 2026-04-24 07:57:14 +02:00
parent 5c756684ba
commit 4bc34a5416
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -860,7 +860,7 @@ UNITTEST DOHcode doh_resp_decode(const unsigned char *doh,
if(index != dohlen)
return DOH_DNS_MALFORMAT; /* something is wrong */
#ifdef USE_HTTTPS
#ifdef USE_HTTPSRR
if((type != CURL_DNS_TYPE_NS) && !d->numcname && !d->numaddr &&
!d->numhttps_rrs)
#else