aboutsummaryrefslogtreecommitdiff
path: root/patches/cms.h.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add definition of ssize_t to cms.h for WindowsKenjiro Nakayama2026-02-201-0/+16
MSVC does not define ssize_t. Hence, this patch adds a typedef for compatibility when LIBRESSL_INTERNAL is not defined. Fix https://github.com/libressl/portable/issues/1232