3 //=============================================================================
5 * @file SSL_Asynch_BIO.h
7 * @author Alexander Libman <alibman@baltimore.com>
8 * @author Ossama Othman <ossama@uci.edu>
10 //=============================================================================
12 #ifndef ACE_SSL_ASYNCH_BIO_H
13 #define ACE_SSL_ASYNCH_BIO_H
15 #include /**/ "ace/pre.h"
17 #include "SSL_Export.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 // This must be included before any <openssl> include on LynxOS
24 #include "ace/os_include/os_stdio.h"
26 #include <openssl/bio.h>
28 #if OPENSSL_VERSION_NUMBER > 0x0090581fL && (defined (ACE_WIN32) || (defined (ACE_HAS_AIO_CALLS)))
30 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
31 extern BIO
* ACE_SSL_make_BIO (void * ssl_asynch_stream
);
32 ACE_END_VERSIONED_NAMESPACE_DECL
34 #endif /* OPENSSL_VERSION_NUMBER > 0x0090581fL (ACE_WIN32 ||
37 #include /**/ "ace/post.h"
39 #endif /* ACE_SSL_ASYNCH_BIO_H */