Gang.  It is a little uncool to be having a long lengthy discussion of
someone's supported code without involving them in the discussion.  As
it turns out all of the issues that have been addressed in this thread
related to C-Kermit had already been handled in the C-Kermit Daily
builds.

  http://www.kermit-project.org/ckdaily.html


> > Also, markus@ created this temp patch:
> > +@@ -102,6 +104,13 @@
> > + !ERROR This module requires OpenSSL 0.9.5a or higher
> > + #endif /* OPENSSL_VERSION_NUMBER */
> > + #endif /* SSLDLL */
> > ++
> > ++#if OPENSSL_VERSION_NUMBER < 0x00907000L
> > ++#else
> > ++      #ifndef NID_UniqueIdentifier
> > ++      #define NID_uniqueIdentifier NID_x500UniqueIdentifier
> > ++      #endif
> > ++#endif
> > +
> > + static int auth_ssl_valid = 0;
> > + static char *auth_ssl_name = 0;    /* this holds the oneline name */
> 
> That looks better, but not finally good enough. I think that the correct
> solution would be something like:
> * Replace all occurences of NID_UniqueIdentifier with 
>   ID_X500UniqueIdentifier.
> * Then:
> #if OPENSSL_VERSION_NUMBER < 0x00907000L
> #define NID_X500UniqueIdentifier NID_UniqueIdentifier
> #endif
> 
> Of course, this will still break compatibility with application not
> especially prepared.
> 
> Best regards,
>         Lutz
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       [EMAIL PROTECTED]
> Automated List Manager                           [EMAIL PROTECTED]
> 



 Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
 The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
 http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
 [EMAIL PROTECTED]               OpenSSL.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to