CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/05/22 11:43:52
Modified files:
lib/libssl/src/ssl: s3_lib.c ssl.h ssl_cert.c ssl_locl.h
Log message:
There are two actual uses of e_os2.h in libssl - an OPENSSL_GLOBAL (an
empty define) and an OPENSSL_EXTERN (which is defined as, well... extern).
The use of OPENSSL_EXTERN is already inconsistent since the lines above
and below just use plain old "extern". Expand the two uses of these macros
and stop including e_os2.h in libssl.
ok miod@