>>>>> "Praveen" == Praveen Dulam <[EMAIL PROTECTED]> writes:

 Praveen> Bill I am getting this error on bss_log.c file
 Praveen> compilation. This is to do with <syslog.h> file.

Don't compile it!  The cagey OpenSSL developers give you this hint,

   /*
        Why BIO_s_log?

        BIO_s_log is useful for system daemons (or services under NT).
        It is one-way BIO, it sends all stuff to syslogd (on system
        that commonly use that), or event log (on NT), or OPCOM (on
        OpenVMS).  
   */

There is no Syslog service on MS-DOS or vxWorks.  That is the NT event
services or syslogd on *nix [maybe even BSD].  This wasn't that useful
for many of the applications that you might use with vxWorks.  I
defined out the error messages with "-DNO_ERR".  I don't think this
would be very useful at all without the strings.  Take a look at the
function names and comments in any of the OpenSSL code.  You will
quickly figure out what a file is for.

However, if you do need it, you actually have to do some work ;-)

hth,
Bill Pringlemeir.

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

Reply via email to