Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

sslstrerror.h

Go to the documentation of this file.
00001 #ifndef DVSSL_SSLSTRERROR_H
00002 #define DVSSL_SSLSTRERROR_H
00003 // $Id: sslstrerror.h,v 1.4 2002/10/19 10:36:49 dvermeir Exp $
00004 #include <string>
00005 #include <openssl/ssl.h>
00006 
00007 namespace Dv {
00008   namespace Ssl {
00009   /** Return string representation of openssl error */
00010   std::string sslstrerror(SSL*,int);
00011 } }
00012 #endif

dvssl-0.5.4 [19 September, 2003]