Fix compilation on Windows using icc
authorMatt Caswell <matt@openssl.org>
Mon, 29 Jan 2024 10:14:30 +0000 (10:14 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 31 Jan 2024 10:24:50 +0000 (10:24 +0000)
commit20ddfe78e9ddc0aba8208616e1b0b33cb12f77f5
treef8c2245b18a96b6ea284371f3acef20269788ead
parent5de8c49d6c019ad93149871989b755b5cc7b821c
Fix compilation on Windows using icc

The parameter list for CRYPTO_DOWN_REF for the icc on windows build was
incorrect.

This issue was introduced by 99fd5b2b10

Fixes #23414

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Hugo Landau <hlandau@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23415)
include/internal/refcount.h