Hi, openssl-0.9.8j does not build cleanly on HP Nonstop (Tandem) systems. Find attached a small patch that does fix the problem:
--- apps/ca.c.orig 2009-02-17 10:22:27.000000000 +0100 +++ apps/ca.c 2009-02-17 10:22:26.000000000 +0100 @@ -83,7 +83,7 @@ # else # include <unixlib.h> # endif -# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE) +# elif !defined(OPENSSL_SYS_VXWORKS) && !defined(OPENSSL_SYS_WINDOWS) && !defined(OPENSSL_SYS_NETWARE) && !defined(__TANDEM) # include <sys/file.h> # endif #endif If you have any further question feel free to contact me. Thanks for any work on openssl! Andreas ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
