~ubuntu-branches/ubuntu/hardy/apache2/hardy-proposed

« back to all changes in this revision

Viewing changes to modules/ssl/ssl_toolkit_compat.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Fritsch
  • Date: 2008-01-17 20:27:56 UTC
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080117202756-hv38rjknhwa2ilwi
Tags: upstream-2.2.8
ImportĀ upstreamĀ versionĀ 2.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
# define MODSSL_D2I_X509_CONST
106
106
#endif
107
107
 
 
108
#if (OPENSSL_VERSION_NUMBER >= 0x00909000)
 
109
# define MODSSL_SSL_METHOD_CONST const
 
110
#else
 
111
# define MODSSL_SSL_METHOD_CONST
 
112
#endif
 
113
 
108
114
#define modssl_X509_verify_cert X509_verify_cert
109
115
 
110
116
typedef int (modssl_read_bio_cb_fn)(char*,int,int,void*);