>From: [EMAIL PROTECTED]
>X-Sender: [EMAIL PROTECTED] (Unverified)
>X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32)
>Date: Thu, 01 Jun 2000 11:07:04 +0100
>To: [EMAIL PROTECTED]
>Subject: How can I include openssl-0.9.5a library into a Eudora 3.0
>  plugin?
>X-MIME-Autoconverted: from quoted-printable to 8bit by
opensource.ee.ethz.ch id LAA09106
>Sender: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]

Hello.    
            
I'm creating a plugin for Eudora version 3.0.This plugin  consists on
igning and to verifing the e-mail, for that I'm using openssl-0.9.5a.
library when I include the archive libeay32.dll in the project Eudora it
doesn't recognize it and ignores the plugin. To include the archive
libeay32.dll I make the following things inside Visual Microsoft C++ 6.0:    

 - Inside Project\Settings I Include libeay32.lib.    

 - The archive libeay32.dll is in the work directory.    

 - Inside the program I make the include: #include " openssl/bio.h "    

 - Inside the function for example make a call to a structure BIO:     
        BIO *read;    
        read=BIO_new(BIO_s_file ());    
        ....    
Could somebody tell me if openssl-0.9.5a and Eudora 3.0 are incompatible?.
   
If it is not this right way, What I'm doing wrong?.    
    
Thanks in advice. Mariano.    
                           
__________________________________
      Mariano Jesus Perez
   University of Málaga (Spain)
     Security Group (GYSUM)
__________________________________

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

Reply via email to