> I assume that it'll all end badly, but I won't know for a while.

   Safe assumption, I suppose.

ALP $ search [...]*.h OPENSSL_SYSTEM
%SEARCH-I-NOMATCHES, no strings matched

ALP $ search [...]*.c OPENSSL_SYSTEM

******************************
ALP$DKA100:[UTILITY.SOURCE.OPENSSL.openssl-1^.0^.0-stable-SNAP-20100414.apps]app
s.c;1

#elif defined(OPENSSL_SYSTEM_VXWORKS)
#elif defined(OPENSSL_SYSTEM_VMS)


   The result of that (the "OPENSSL_SYSTEM_VMS" part, anyway) was a
failure to compile apps/apps.c.  Without the (defective) macro defined,
you get the "#else" code, which is too modern for "DEC C V6.0-001 on
OpenVMS VAX V6.2".  (There's no "struct tms" in <time.h> on VMS until
"__CRTL_VER >= 70000000", for example.)

   I assume that both of those "OPENSSL_SYSTEM_xxx" things in
apps/apps.c should really be "OPENSSL_SYS_xxx".  Someone who cares may
want to look at the code in those blocks to see if it still makes sense. 
Clearly, it hasn't been tested much recently.

------------------------------------------------------------------------

   Steven M. Schweda               s...@antinode-info
   382 South Warwick Street        (+1) 651-699-9818
   Saint Paul  MN  55105-2547
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to