apps .h needs a

#include <openssl/engine.h>

added.

apps_startup() will fail in the NON-MONOLITHIC build for the snapshot
of the 18th.

in apps.h:

#if defined(MONOLITH) && !defined(OPENSSL_C)
#  define apps_startup() \
                do_pipe_sig()
#  define apps_shutdown()
#else
#  if defined(OPENSSL_SYS_MSDOS) || defined(OPENSSL_SYS_WIN16) || \
   defined(OPENSSL_SYS_WIN32)
#    ifdef _O_BINARY
#      define apps_startup() \
                do { _fmode=_O_BINARY; do_pipe_sig(); CRYPTO_malloc_init(); \
                ERR_load_crypto_strings(); OpenSSL_add_all_algorithms(); \
                ENGINE_load_builtin_engines(); setup_ui_method(); }#while(0)

ENGINE_load_builtin_engines() and later, ENGINE_cleanup() fail to
resolve. 

Regards,
Andrew


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to