[openssl.org #387] Difference between SSL.H and SYMHACKS.H

2002-12-30 Thread Lutz Jaenicke via RT

[levitte - Tue Dec 10 09:03:57 2002]: 
 
 This has been resolved in 0.9.7, where there are easier mechanisms to 
 include platform information than has ever been available on 0.9.6. 
  
 I don't know how to solve this elegantly in 0.9.6, which is 
apparently 
 the development branch you're talking about. 
 
With the release of 0.9.7 within the next hours this issue should 
therefore be closed, shouldn't it? 
 
Best regards, 
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[openssl.org #387] Difference between SSL.H and SYMHACKS.H

2002-12-10 Thread Richard Levitte via RT

This has been resolved in 0.9.7, where there are easier mechanisms to include platform 
information than has ever been available on 0.9.6.

I don't know how to solve this elegantly in 0.9.6, which is apparently the development 
branch you're talking about.

[[EMAIL PROTECTED] - Fri Dec  6 07:13:26 2002]:

 
  Hi,
I ran across a difference between SSL.H and SYMHACKS.H:
 
  In SSL.H, there is:
   #define SSL_get_ex_data_X509_STORE_CTX_idx
 SSL_get_ex_data_X509_STORE_CTX_i
  This is embedded in about ten lines surrounded by an #ifdef VMS.
 SSL.H
 also does not include
  SYMHACKS.H, which I thought it would.
 
  In SYMHACKS.H, there is:
   #define SSL_get_ex_data_X509_STORE_CTX_idx
 SSL_get_ex_d_X509_STORE_CTX_idx
 
  The redefine in SYMHACKS.H is also the one we find in SSLEAY.NUM.
 
  Thanks,
  Kevin
 
 Kevin Greaney  SSL for OpenVMS Team
 Hewlett Packard Company OpenVMS Engineering Group
 110 Spitbrook Road
 Nashua, NH  03062
 (603) 884-5099
 


-- 
Richard Levitte
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]



[openssl.org #387] Difference between SSL.H and SYMHACKS.H

2002-12-05 Thread Greaney, Kevin via RT


 Hi,
 I ran across a difference between SSL.H and SYMHACKS.H:

 In SSL.H, there is:
#define SSL_get_ex_data_X509_STORE_CTX_idx
SSL_get_ex_data_X509_STORE_CTX_i
 This is embedded in about ten lines surrounded by an #ifdef VMS.  SSL.H
also does not include
 SYMHACKS.H, which I thought it would.
 
 In SYMHACKS.H, there is:
#define SSL_get_ex_data_X509_STORE_CTX_idx
SSL_get_ex_d_X509_STORE_CTX_idx

 The redefine in SYMHACKS.H is also the one we find in SSLEAY.NUM.  

 Thanks,
 Kevin

Kevin Greaney  SSL for OpenVMS Team
Hewlett Packard Company OpenVMS Engineering Group
110 Spitbrook Road   
Nashua, NH  03062
(603) 884-5099

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