idn: more strictly check AppleIDN errors

UIDNA API returns two error values but we were only checking one.
Checking both better aligns the behaviour with that of libidn2.

Closes #14431
This commit is contained in:
Bo Anderson 2024-08-07 03:18:34 +01:00 committed by Daniel Stenberg
parent a35687831f
commit 588a6e334a
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 1 additions and 11 deletions

View file

@ -93,9 +93,6 @@
%if bearssl
313
%endif
%if AppleIDN
1035
%endif
%if WinIDN
165
%endif