SSL_Asynch_BIO.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file   SSL_Asynch_BIO.h
00006  *
00007  *  $Id: SSL_Asynch_BIO.h 70633 2006-01-25 14:39:56Z olli $
00008  *
00009  *  @author Alexander Libman <alibman@baltimore.com>
00010  *  @author Ossama Othman <ossama@uci.edu>
00011  *
00012  */
00013 //=============================================================================
00014 
00015 #ifndef ACE_SSL_ASYNCH_BIO_H
00016 #define ACE_SSL_ASYNCH_BIO_H
00017 
00018 #include /**/ "ace/pre.h"
00019 
00020 #include "SSL_Export.h"
00021 
00022 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00023 #pragma once
00024 #endif /* ACE_LACKS_PRAGMA_ONCE */
00025 
00026 // This must be included before any <openssl> include on LynxOS
00027 #include "ace/os_include/os_stdio.h"
00028 
00029 #include <openssl/bio.h>
00030 
00031 #if OPENSSL_VERSION_NUMBER > 0x0090581fL && ((defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)))
00032 
00033 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00034 extern BIO * ACE_SSL_make_BIO (void * ssl_asynch_stream);
00035 ACE_END_VERSIONED_NAMESPACE_DECL
00036 
00037 #endif  /* OPENSSL_VERSION_NUMBER > 0x0090581fL (ACE_WIN32 ||
00038            ACE_HAS_AIO_CALLS) */
00039 
00040 #include /**/ "ace/post.h"
00041 
00042 #endif  /* ACE_SSL_ASYNCH_BIO_H */

Generated on Sun Jan 27 13:03:21 2008 for ACE_SSL by doxygen 1.3.6