[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-dev
Subject:    apps.h bug
From:       "Andrew W. Gray" <agray () iconsinc ! com>
Date:       2002-02-22 19:33:21
[Download RAW message or body]


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                       openssl-dev@openssl.org
Automated List Manager                           majordomo@openssl.org
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic