]> git.ipfire.org Git - thirdparty/curl.git/commit
openssl: rename 'errcode_t' to 'sslerr_t'
authorDaniel Stenberg <daniel@haxx.se>
Mon, 13 Feb 2023 20:05:05 +0000 (21:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 14 Feb 2023 07:25:11 +0000 (08:25 +0100)
commit964ff76863b63516fce94d547adbbbb7d0d5c7b2
tree5eaa47f49d5669e7e84eaf4791d62ebbbec2695e
parent1807eb5e1f87a20020af65d97709453d949f8b61
openssl: rename 'errcode_t' to 'sslerr_t'

Turns out "/usr/include/et/com_err.h" typedefs this type (without proper
variable scoping).

comerr is the "common error description library" that apparently might be used
by krb5 code, which then makes this header get used in a curl build.

Reported-by: Bruno Henrique Batista Cruz da Silva
Fixed #10502
Closes #10500
lib/vtls/openssl.c