Re: [PATCH] [W32] Use SSIZE_T for ssize_t on Windows instead of long

NIIBE Yutaka via Gcrypt-devel <[email protected]> Thu, 21 May 2026 10:42:13 +0900
Newsgroups gmane.comp.encryption.gpg.libgcrypt.devel
Message-ID <[email protected]>
Werner Koch wrote:
> Other opinions? 

I think that it's consisitent to use SSIZE_T.  It's better to change.

On the other hand, we know that MSVC compiles some code differently
(than developers expect).  I have experiences to examine constant-time
intended code compiled by MSVC, using godbolt.org.  I wonder (and am not
sure) if our libgcrypt is OK when building with MSVC.
--