In message 
<CAH8yC8kncrGmWLOfROMd_F++g+xOxQVuZpNcBX3D44S-t7=q...@mail.gmail.com> on Sat, 
26 Mar 2016 18:14:05 -0400, Jeffrey Walton <noloa...@gmail.com> said:

noloader> e_os2.h has this around line 260:
noloader> 
noloader> # if defined(OPENSSL_SYS_UEFI) && !defined(ssize_t)
noloader> #  define ossl_ssize_t int
noloader> #  define OSSL_SSIZE_MAX INT_MAX
noloader> # endif
noloader> 
noloader> I don't believe you can test for a type by using 'defined(t)'. Also
noloader> see 
http://stackoverflow.com/questions/12558538/how-can-i-check-a-certain-type-is-already-defined-in-c-compiler.

... unless it's defined with a macro

-- 
Richard Levitte         levi...@openssl.org
OpenSSL Project         http://www.openssl.org/~levitte/


-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to