RT4318: Fix OSSL_SSIZE_MAX for UEFI build
authorDavid Woodhouse <David.Woodhouse@intel.com>
Wed, 17 Feb 2016 14:11:32 +0000 (14:11 +0000)
committerRich Salz <rsalz@openssl.org>
Wed, 17 Feb 2016 15:39:35 +0000 (10:39 -0500)
commit21b80f9a1246e4af099ed580f1c352ed5bde87cb
treeffe42a70c2f1e6f09f468d1ad900b5d09842e5d2
parentc7b7938e75587d1ff8cf28c9de966623cfbe8858
RT4318: Fix OSSL_SSIZE_MAX for UEFI build

Commit e634b448c ("Defines OSSL_SSIZE_MAX") introduced a definition of
OSSL_SSIZE_MAX which broke the UEFI build. Fix that by making UEFI take
the same definition as Ultrix (ssize_t == int).

Signed-off-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
include/openssl/e_os2.h